1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

BugFix query logging: ensure the

log only parses 'explain', not
 the original query.; install shutdown error handler for php; Resolve
 error reporting issue(s) by consolidating debug error
 reporting in a single Show_ALL() function.
This commit is contained in:
mrpete
2006-12-05 09:24:18 +00:00
parent 3e3e0b188a
commit 6444bdf0d9
3 changed files with 168 additions and 30 deletions

View File

@@ -12,9 +12,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/mysql_class.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:33:47 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2006-12-05 09:24:18 $
| $Author: mrpete $
+----------------------------------------------------------------------------+
*/
@@ -27,8 +27,8 @@ $db_mySQLQueryCount = 0; // Global total number of db object queries (all db's)
* MySQL Abstraction class
*
* @package e107
* @version $Revision: 1.1.1.1 $
* @author $Author: mcfly_e107 $
* @version $Revision: 1.2 $
* @author $Author: mrpete $
*/
class db {
@@ -345,7 +345,6 @@ class db {
} else {
$this->dbError('db_Fetch');
return FALSE;
}
}