|
From: Jon O. <jon...@us...> - 2008-02-16 22:16:00
|
Update of /cvsroot/mxbb/core/includes/db In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1271 Modified Files: dbal.php Log Message: BugFix: Debug number of Queries Index: dbal.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/dbal.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** dbal.php 8 Feb 2008 23:35:56 -0000 1.9 --- dbal.php 16 Feb 2008 22:15:56 -0000 1.10 *************** *** 46,49 **** --- 46,50 ---- function dbal() { + /* $this->num_queries = array( 'cached' => 0, *************** *** 51,54 **** --- 52,56 ---- 'total' => 0, ); + */ // Fill default sql layer based on the class being called. |