Changeset 4642
- Timestamp:
- 2006/09/12 15:55:37 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/mail/sendmail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/mail/sendmail.php
r4641 r4642 14 14 $time_data = $conn->getAll($sql); 15 15 } 16 17 sfprintr($time_data);18 exit;19 16 20 17 $count = count($time_data); … … 127 124 128 125 if ($_GET['mode'] = "now") { 129 header("Location: /admin/mail/history.php"); 126 //header("Location: /admin/mail/history.php"); 127 sfprintr($objSite); 130 128 } 131 129 echo "complete\n";
Note: See TracChangeset
for help on using the changeset viewer.
