|
From: Jon O. <jon...@us...> - 2008-02-14 21:23:09
|
Update of /cvsroot/mxbb/core/includes/db In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3060/db Modified Files: Tag: core28x dbal.php Log Message: For new site -> 2.8.3 Mainly bugfixes... Index: dbal.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/dbal.php,v retrieving revision 1.6.2.3 retrieving revision 1.6.2.4 diff -C2 -d -r1.6.2.3 -r1.6.2.4 *** dbal.php 10 Feb 2008 21:07:08 -0000 1.6.2.3 --- dbal.php 14 Feb 2008 21:22:34 -0000 1.6.2.4 *************** *** 46,49 **** --- 46,50 ---- function dbal() { + /* Why? Who? $this->num_queries = array( 'cached' => 0, *************** *** 51,54 **** --- 52,56 ---- 'total' => 0, ); + */ // Fill default sql layer based on the class being called. |