Changeset 2972 for temp/trunk


Ignore:
Timestamp:
2006/08/30 17:25:58 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/batch/daily.php

    r2971 r2972  
    4343    sfPrintR($ret); 
    4444     
    45     $batch_last = split("\.", $ret); 
     45    list($batch_last) = split("\.", $ret); 
    4646     
    4747    print(strtotime($batch_last)); 
Note: See TracChangeset for help on using the changeset viewer.