diff --git a/lib-php/DebugHtml.php b/lib-php/DebugHtml.php index 0edc081a..5d12be67 100644 --- a/lib-php/DebugHtml.php +++ b/lib-php/DebugHtml.php @@ -135,7 +135,7 @@ class Debug public static function printSQL($sSQL) { - echo '

'.$sSQL.'

'."\n"; + echo '

'.date('c').' '.$sSQL.'

'."\n"; } private static function outputVar($mVar, $sPreNL)