phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.schema_proc_sapdb.inc.php, 1.1.2.4


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.schema_proc_sapdb.inc.php, 1.1.2.4
Date: Sat, 6 Nov 2004 16:34:26 +0100

Update of /phpgwapi/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.schema_proc_sapdb.inc.php

date: 2004/11/06 15:34:26;  author: powerstat;  state: Exp;  lines: +2 -2

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/inc/class.schema_proc_sapdb.inc.php
diff -u phpgwapi/inc/class.schema_proc_sapdb.inc.php:1.1.2.3 
phpgwapi/inc/class.schema_proc_sapdb.inc.php:1.1.2.4
--- phpgwapi/inc/class.schema_proc_sapdb.inc.php:1.1.2.3        Tue Feb 10 
13:51:18 2004
+++ phpgwapi/inc/class.schema_proc_sapdb.inc.php        Sat Nov  6 15:34:26 2004
@@ -502,7 +502,7 @@
                                /* create sequence first since it will be 
needed for default */
                                if ($bCreateSequence && $sSequenceSQL != '')
                                {
-                                       if ($DEBUG) { echo '<br>Making sequence 
using: ' . $sSequenceSQL; }
+                                       if ($DEBUG) { echo '<br />Making 
sequence using: ' . $sSequenceSQL; }
                                        
$oProc->m_odb->query($sSequenceSQL,__LINE__,__FILE__);
                                }
                                return !!($oProc->m_odb->query("CREATE TABLE 
$sTableName ($sTableSQL)",__LINE__,__FILE__));




reply via email to

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