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.2,1.4


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: /sitemgr/setup tables_update.inc.php,1.4.2.2,1.4.2.3
Date: Sat, 23 Nov 2002 02:38:15 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        tables_update.inc.php 
Log Message:
Fixed another typo


Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware//sitemgr/setup/tables_update.inc.php,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -C2 -r1.4.2.2 -r1.4.2.3
*** tables_update.inc.php       23 Nov 2002 03:02:20 -0000      1.4.2.2
--- tables_update.inc.php       23 Nov 2002 07:38:12 -0000      1.4.2.3
***************
*** 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', '$title', 
'$subtitle', '$content')");
                }
          





reply via email to

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