phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.53.2.8,1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.53.2.8,1.53.2.9
Date: Fri, 21 Mar 2003 20:26:11 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        tables_update.inc.php 
Log Message:
removed a left-over debug-message



Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.53.2.8
retrieving revision 1.53.2.9
diff -C2 -r1.53.2.8 -r1.53.2.9
*** tables_update.inc.php       21 Mar 2003 23:51:18 -0000      1.53.2.8
--- tables_update.inc.php       22 Mar 2003 01:26:08 -0000      1.53.2.9
***************
*** 489,496 ****
                foreach($confs as $conf)
                {
!                       $GLOBALS['phpgw_setup']->oProc->query($q =
                                "INSERT INTO phpgw_config 
(config_app,config_name,config_value) VALUES ('".
                                
$conf['config_app']."','".$conf['config_name']."','".$conf['config_value']."')");
-                       echo "$q<br>\n";
                }
                
--- 489,495 ----
                foreach($confs as $conf)
                {
!                       $GLOBALS['phpgw_setup']->oProc->query(
                                "INSERT INTO phpgw_config 
(config_app,config_name,config_value) VALUES ('".
                                
$conf['config_app']."','".$conf['config_name']."','".$conf['config_value']."')");
                }
                





reply via email to

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