Index: branches/unlabeled/unlabeled-1.21.2/kernel/include/adodb/adodb.inc.php =================================================================== diff -u -N -r7870 -r8646 --- branches/unlabeled/unlabeled-1.21.2/kernel/include/adodb/adodb.inc.php (.../adodb.inc.php) (revision 7870) +++ branches/unlabeled/unlabeled-1.21.2/kernel/include/adodb/adodb.inc.php (.../adodb.inc.php) (revision 8646) @@ -744,7 +744,7 @@ } $this->_queryID = $this->_query($sql,$inputarr,$arg3); if ($profileSQLs && !$isSkipTable) { - $debugger->profileFinish('sql_'.$queryID); + $debugger->profileFinish('sql_'.$queryID, null, null, $this->Affected_Rows()); $debugger->profilerAddTotal('sql', 'sql_'.$queryID); } /*