[20927] improvement: More info on debugging
Sigurd Nes <[email protected]>
| Newsgroups | gmane.comp.web.phpgroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
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";
}