This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
planningalerts
mirror of
https://github.com/adrianshort/planningalerts.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
more streetwire stuff
master
memespring
16 years ago
parent
a6096d4cfd
commit
b99e03c4de
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/news_mailer.php
+ 1
- 1
tools/news_mailer.php
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save