Index: branches/RC/kernel/include/adodb/adodb.inc.php =================================================================== diff -u -r8929 -r10649 --- branches/RC/kernel/include/adodb/adodb.inc.php (.../adodb.inc.php) (revision 8929) +++ branches/RC/kernel/include/adodb/adodb.inc.php (.../adodb.inc.php) (revision 10649) @@ -743,7 +743,7 @@ } $this->_queryID = $this->_query($sql,$inputarr,$arg3); if ($profileSQLs) { - $debugger->profileFinish('sql_'.$queryID, null, null, $this->Affected_Rows()); + $debugger->profileFinish('sql_'.$queryID, null, null, $this->Affected_Rows(), null, 0); $debugger->profilerAddTotal('sql', 'sql_'.$queryID); } /*