Index: trunk/kernel/include/adodb/adodb.inc.php =================================================================== diff -u -N -r854 -r855 --- trunk/kernel/include/adodb/adodb.inc.php (.../adodb.inc.php) (revision 854) +++ trunk/kernel/include/adodb/adodb.inc.php (.../adodb.inc.php) (revision 855) @@ -728,7 +728,7 @@ { $isSkipTable = isSkipTable($sql); $queryID = $debugger->generateID(); - if(!$isSkipTable) $debugger->profileStart('sql_'.$queryID,$sql); + if(!$isSkipTable) $debugger->profileStart('sql_'.$queryID, $debugger->highlightString($sql) ); } $this->_queryID = $this->_query($sql,$inputarr,$arg3); if($profileSQLs && !$isSkipTable) $debugger->profileFinish('sql_'.$queryID);