phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [20927] improvement: More info on debugging


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [20927] improvement: More info on debugging
Date: Tue, 05 Jan 2010 21:22:37 +0000

Revision: 20927
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20927
Author:   sigurdne
Date:     2010-01-05 21:22:37 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
improvement: More info on debugging

Modified Paths:
--------------
    people/sigurdne/modules/phpgwapi/trunk/inc/class.schema_proc.inc.php

Modified: people/sigurdne/modules/phpgwapi/trunk/inc/class.schema_proc.inc.php
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/inc/class.schema_proc.inc.php        
2010-01-05 21:21:25 UTC (rev 20926)
+++ people/sigurdne/modules/phpgwapi/trunk/inc/class.schema_proc.inc.php        
2010-01-05 21:22:37 UTC (rev 20927)
@@ -103,6 +103,7 @@
                                {
                                        if($bOutputHTML)
                                        {
+                                               print('<br>SQL:<pre>' . 
$sAllTableSQL . '</pre><br>');
                                                print('<br>Failed generating 
script for <b>' . $sTableName . '</b><br>');
                                                echo '<pre style="text-align: 
left;">'.$sTableName.' = '; print_r($aTableDef); echo "</pre>\n";
                                        }





reply via email to

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