phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/cron update_phpgw.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc/cron update_phpgw.php
Date: Thu, 11 Oct 2007 19:40:29 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   07/10/11 19:40:29

Modified files:
        inc/cron       : update_phpgw.php 

Log message:
        remove update from cvs from cronjob for update of db

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/cron/update_phpgw.php?cvsroot=phpgroupware&r1=1.1&r2=1.2

Patches:
Index: update_phpgw.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/cron/update_phpgw.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- update_phpgw.php    11 Oct 2007 14:59:14 -0000      1.1
+++ update_phpgw.php    11 Oct 2007 19:40:29 -0000      1.2
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage custom
-       * @version $Id: update_phpgw.php,v 1.1 2007/10/11 14:59:14 sigurdne Exp 
$
+       * @version $Id: update_phpgw.php,v 1.2 2007/10/11 19:40:29 sigurdne Exp 
$
        */
 
        /**
@@ -97,8 +97,6 @@
 
                function execute($cron='')
                {
-//_debug_array('export CVSROOT=' . PHPGW_SERVER_ROOT . ' && cvs update -dP ' . 
PHPGW_SERVER_ROOT);
-                       system('export CVSROOT=' . PHPGW_SERVER_ROOT . ' && cvs 
update -dP ' . PHPGW_SERVER_ROOT);
                        $this->perform_update_db();
                        
                        if(isset($this->receipt) && $this->receipt)




reply via email to

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