phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/cron asyncservices.php,1.1.2.1,1.1.2.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/cron asyncservices.php,1.1.2.1,1.1.2.2
Date: Sat, 26 Apr 2003 12:39:17 -0400

Update of /cvsroot/phpgroupware/phpgwapi/cron
In directory subversions:/tmp/cvs-serv5945

Modified Files:
      Tag: Version-0_9_16-branch
        asyncservices.php 
Log Message:
added dow, install and installed functions and debug function in the class


Index: asyncservices.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/cron/Attic/asyncservices.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** asyncservices.php   22 Apr 2003 00:40:44 -0000      1.1.2.1
--- asyncservices.php   26 Apr 2003 16:39:15 -0000      1.1.2.2
***************
*** 1,2 ****
--- 1,3 ----
+ #!/usr/bin/php -q
  <?php
        
/**************************************************************************\
***************
*** 33,37 ****
        $num = ExecMethod('phpgwapi.asyncservice.check_run');
        
!       echo date('Y/m/d H:i ').($num ? "$num job(s) executed" : 'Nothing to 
execute')."\n";
  
        $GLOBALS['phpgw']->common->phpgw_exit();
--- 34,39 ----
        $num = ExecMethod('phpgwapi.asyncservice.check_run');
        
!       // if the following comment got removed, you will get an email from 
cron for every check performed
!       //echo date('Y/m/d H:i:s ').($num ? "$num job(s) executed" : 'Nothing 
to execute')."\n";
  
        $GLOBALS['phpgw']->common->phpgw_exit();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]