Browse Source

more streetwire stuff

import/raw
memespring 16 years ago
parent
commit
95ece83b6b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      trunk/tools/news_mailer.php

+ 1
- 1
trunk/tools/news_mailer.php View File

@@ -19,7 +19,7 @@ class news_mailer {
//Grab all the users //Grab all the users
$sql = "select distinct email $sql = "select distinct email
from user from user
where confirmed = 1 and user_id = 5959";
where confirmed = 1";


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


Loading…
Cancel
Save