phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/setup default_records.inc.php,1.6,1.7


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/setup default_records.inc.php,1.6,1.7
Date: Fri, 30 May 2003 19:29:00 -0400

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

Modified Files:
        default_records.inc.php 
Log Message:
added last_mod column as suggested by Magnus Nilsson


Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/setup/default_records.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** default_records.inc.php     30 May 2003 04:01:43 -0000      1.6
--- default_records.inc.php     30 May 2003 23:28:58 -0000      1.7
***************
*** 1,4 ****
  <?php
!       $oProc->query("INSERT INTO phpgw_categories 
(cat_parent,cat_owner,cat_access,cat_appname,cat_name,cat_description) VALUES 
(0,-1,'public','sitemgr','Default Website','This website has been added by 
setup')");
        $site_id = 
$oProc->m_odb->get_last_insert_id('phpgw_categories','cat_id');
        $oProc->query("UPDATE phpgw_categories SET cat_main = $site_id WHERE 
cat_id = $site_id",__LINE__,__FILE__);
--- 1,4 ----
  <?php
!       $oProc->query("INSERT INTO phpgw_categories 
(cat_parent,cat_owner,cat_access,cat_appname,cat_name,cat_description,last_mod) 
VALUES (0,-1,'public','sitemgr','Default Website','This website has been added 
by setup',0)");
        $site_id = 
$oProc->m_odb->get_last_insert_id('phpgw_categories','cat_id');
        $oProc->query("UPDATE phpgw_categories SET cat_main = $site_id WHERE 
cat_id = $site_id",__LINE__,__FILE__);





reply via email to

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