ソースを参照

more streetwire stuff

import/raw
memespring 16年前
コミット
d68ee2c6d5
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      trunk/tools/news_mailer.php

+ 1
- 1
trunk/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);


読み込み中…
キャンセル
保存