phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] hrm/setup tables_update.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] hrm/setup tables_update.inc.php
Date: Sat, 25 Feb 2006 18:18:51 +0000

CVSROOT:        /sources/phpgroupware
Module name:    hrm
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/02/25 18:18:51

Modified files:
        setup          : tables_update.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/hrm/setup/tables_update.inc.php.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: hrm/setup/tables_update.inc.php
diff -u hrm/setup/tables_update.inc.php:1.1 hrm/setup/tables_update.inc.php:1.2
--- hrm/setup/tables_update.inc.php:1.1 Fri Feb 24 13:24:39 2006
+++ hrm/setup/tables_update.inc.php     Sat Feb 25 18:18:51 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package hrm
        * @subpackage setup
-       * @version $Id: tables_update.inc.php,v 1.1 2006/02/24 13:24:39 
sigurdne Exp $
+       * @version $Id: tables_update.inc.php,v 1.2 2006/02/25 18:18:51 
sigurdne Exp $
        */
 
        /**
@@ -39,7 +39,7 @@
                $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
hrm_acl_location (appname,id, descr, allow_grant) VALUES ('hrm', '.user', 
'User',1)");
                $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
hrm_acl_location (appname,id, descr) VALUES ('hrm', '.job', 'Job 
description')");
                
-               $GLOBALS['setup_info']['property']['currentver'] = '0.9.17.001';
+               $GLOBALS['setup_info']['hrm']['currentver'] = '0.9.17.001';
                $GLOBALS['phpgw_setup']->oProc->m_odb->transaction_commit();
-               return $GLOBALS['setup_info']['property']['currentver'];
+               return $GLOBALS['setup_info']['hrm']['currentver'];
        }




reply via email to

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