phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.asyncservice.inc.php, 1.1.2.6


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.asyncservice.inc.php, 1.1.2.6, 1.1.2.7
Date: Tue, 22 Jul 2003 21:43:09 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv18718

Modified Files:
      Tag: Version-0_9_16-branch
        class.asyncservice.inc.php 
Log Message:
first implemenation of the alarms, repetetive events do not work so far


Index: class.asyncservice.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.asyncservice.inc.php,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -r1.1.2.6 -r1.1.2.7
*** class.asyncservice.inc.php  5 Jul 2003 20:35:56 -0000       1.1.2.6
--- class.asyncservice.inc.php  23 Jul 2003 01:43:07 -0000      1.1.2.7
***************
*** 340,344 ****
                                $this->db->lock($this->db_table,'write');       
// this will block til we get exclusive access to the table
  
!                               set_time_limit(0);              // dont stop 
for an execution-time-limit
                                ignore_user_abort(True);
                        }
--- 340,344 ----
                                $this->db->lock($this->db_table,'write');       
// this will block til we get exclusive access to the table
  
!                               @set_time_limit(0);             // dont stop 
for an execution-time-limit
                                ignore_user_abort(True);
                        }
***************
*** 424,427 ****
--- 424,428 ----
                                                        {
                                                                
unset($GLOBALS['lang']);
+                                                               
$GLOBALS['phpgw']->translation->add_app('common');
                                                        }
                                                }





reply via email to

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