浏览代码

more streetwire stuff

master
memespring 16 年前
父节点
当前提交
97b5a24bd8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tools/news_mailer.php

+ 1
- 1
tools/news_mailer.php 查看文件

@@ -19,7 +19,7 @@ class news_mailer {
//Grab all the users
$sql = "select user_id, email, postcode, bottom_left_x, bottom_left_y, top_right_x, top_right_y, alert_area_size, confirm_id
from user
where confirmed = 1 and user_id = 5959";
where confirmed = 1";

$user_results = $db->getAll($sql);


正在加载...
取消
保存