1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 07:06:30 +02:00

Notice removal. SVG media-category fix.

This commit is contained in:
Cameron
2017-03-19 13:49:01 -07:00
parent 9b644e4eac
commit b5578a64e0
2 changed files with 12 additions and 1 deletions

View File

@@ -782,7 +782,7 @@ class e107_db_debug {
$message = "<pre>".print_r($message,true)."</pre>";
}
if (!E107_DBG_BASIC && !E107_DBG_ALLERRORS && !E107_DBG_SQLDETAILS && !E107_DBG_NOTICES)
if (!deftrue('E107_DBG_BASIC') && !deftrue('E107_DBG_ALLERRORS') && !deftrue('E107_DBG_SQLDETAILS') && !deftrue('E107_DBG_NOTICES'))
{
return false;
}