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.1,1.2 ta


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/setup default_records.inc.php,1.1,1.2 tables_update.inc.php,1.7,1.8
Date: Sat, 18 Jan 2003 01:02:06 -0500

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

Modified Files:
        default_records.inc.php tables_update.inc.php 
Log Message:
module meta is not needed, since its function is provided directly by Template3


Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/setup/default_records.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** default_records.inc.php     17 Jan 2003 03:37:52 -0000      1.1
--- default_records.inc.php     18 Jan 2003 06:02:01 -0000      1.2
***************
*** 1,4 ****
  <?php
!       foreach (array('html','meta','index','toc') as $module)
        {
                $oProc->query("INSERT INTO phpgw_sitemgr_modules 
(app_name,module_name) VALUES ('sitemgr','$module')",__LINE__,__FILE__);
--- 1,4 ----
  <?php
!       foreach (array('html','index','toc') as $module)
        {
                $oProc->query("INSERT INTO phpgw_sitemgr_modules 
(app_name,module_name) VALUES ('sitemgr','$module')",__LINE__,__FILE__);

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/setup/tables_update.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** tables_update.inc.php       17 Jan 2003 03:37:52 -0000      1.7
--- tables_update.inc.php       18 Jan 2003 06:02:01 -0000      1.8
***************
*** 329,333 ****
                //we register some standard modules so that the default site 
template works
                $db2 = $phpgw_setup->db;
!               foreach (array('html','meta','index','toc') as $module)
                {
                        $db2->query("INSERT INTO phpgw_sitemgr_modules 
(app_name,module_name) VALUES ('sitemgr','$module')",__LINE__,__FILE__);
--- 329,333 ----
                //we register some standard modules so that the default site 
template works
                $db2 = $phpgw_setup->db;
!               foreach (array('html','index','toc') as $module)
                {
                        $db2->query("INSERT INTO phpgw_sitemgr_modules 
(app_name,module_name) VALUES ('sitemgr','$module')",__LINE__,__FILE__);





reply via email to

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