瀏覽代碼

more streetwire stuff

import/raw
memespring 16 年之前
父節點
當前提交
95ece83b6b
共有 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 distinct email
from user
where confirmed = 1 and user_id = 5959";
where confirmed = 1";

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


Loading…
取消
儲存