phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: /sitemgr/setup tables_update.inc.php,1.4.2.1,1.4


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: /sitemgr/setup tables_update.inc.php,1.4.2.1,1.4.2.2
Date: Fri, 22 Nov 2002 22:02:22 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        tables_update.inc.php 
Log Message:
typo error in update


Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware//sitemgr/setup/tables_update.inc.php,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** tables_update.inc.php       22 Nov 2002 06:00:58 -0000      1.4.2.1
--- tables_update.inc.php       23 Nov 2002 03:02:20 -0000      1.4.2.2
***************
*** 150,154 ****
                        $content =  
$GLOBALS['phpgw_setup']->oProc->f('content');
                      
!                       $db2->query("INSERT INTO phpgw_sitemgr_pages_lang 
(page_id, lang, title, subtitle, content) VALUES ($page_id,, '$lang', '$itle', 
'$subtitle', '$content')");
                }
          
--- 150,154 ----
                        $content =  
$GLOBALS['phpgw_setup']->oProc->f('content');
                      
!                       $db2->query("INSERT INTO phpgw_sitemgr_pages_lang 
(page_id, lang, title, subtitle, content) VALUES ($page_id, '$lang', '$itle', 
'$subtitle', '$content')");
                }
          





reply via email to

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