Changeset 4642


Ignore:
Timestamp:
2006/09/12 15:55:37 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/mail/sendmail.php

    r4641 r4642  
    1414    $time_data = $conn->getAll($sql); 
    1515} 
    16  
    17 sfprintr($time_data); 
    18 exit; 
    1916 
    2017$count = count($time_data); 
     
    127124     
    128125    if ($_GET['mode'] = "now") { 
    129         header("Location: /admin/mail/history.php"); 
     126        //header("Location: /admin/mail/history.php"); 
     127        sfprintr($objSite); 
    130128    } 
    131129    echo "complete\n"; 
Note: See TracChangeset for help on using the changeset viewer.