phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup setup_demo.php,1.30.2.3,1.30.2.4


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup setup_demo.php,1.30.2.3,1.30.2.4
Date: Mon, 05 May 2003 00:28:40 -0400

Update of /cvsroot/phpgroupware/setup
In directory subversions:/tmp/cvs-serv7966

Modified Files:
      Tag: Version-0_9_16-branch
        setup_demo.php 
Log Message:
typo

Index: setup_demo.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/setup_demo.php,v
retrieving revision 1.30.2.3
retrieving revision 1.30.2.4
diff -C2 -r1.30.2.3 -r1.30.2.4
*** setup_demo.php      5 May 2003 04:24:20 -0000       1.30.2.3
--- setup_demo.php      5 May 2003 04:28:38 -0000       1.30.2.4
***************
*** 191,195 ****
                $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('calendar','run'," . $accountid[0] . ", 1)",__LINE__, __FILE__);
                $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('email','run'," . $accountid[0] . ", 1)",__LINE__, __FILE__);
!               $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('notes','run'," . $accountid . ", 1)",__LINE__, __FILE__);
                $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('nntp','run'," . $accountid[0] . ", 1)",__LINE__, __FILE__);
                $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('todo','run'," . $accountid[0] . ", 1)",__LINE__, __FILE__);
--- 191,195 ----
                $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('calendar','run'," . $accountid[0] . ", 1)",__LINE__, __FILE__);
                $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('email','run'," . $accountid[0] . ", 1)",__LINE__, __FILE__);
!               $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('notes','run'," . $accountid[0] . ", 1)",__LINE__, __FILE__);
                $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('nntp','run'," . $accountid[0] . ", 1)",__LINE__, __FILE__);
                $GLOBALS['phpgw_setup']->db->query("INSERT INTO 
phpgw_acl(acl_appname,acl_location,acl_account,acl_rights) 
VALUES('todo','run'," . $accountid[0] . ", 1)",__LINE__, __FILE__);





reply via email to

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