Show
Ignore:
Timestamp:
03/04/08 05:02:19 (9 months ago)
Author:
fabry
Message:

Fixed a problem with the cron scripts not running properly. Scripts, on some systems, do not like output

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/pbidir.com/bibivu/sbin/cron.php

    r1382 r1525  
    5959 
    6060                        $now = @getdate(time()); 
     61 
    6162                        if (array_search($now['minutes'],   $job['minutes']) !== false &&  
    6263                                array_search($now['hours'],     $job['hours']) !== false && 
     
    7071        } 
    7172         
    72         //this function will parse the script 
    73         //to figure out if it needs to be executed via PHP or via exec() 
    74  
    7573        private function run($command){ 
    7674                if (substr(PHP_OS, 0, 3) == 'WIN'){