1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Support for admin-xxxx-created, admin-xxxx-updated and admin-xxxx-deleted Events.

This commit is contained in:
Cameron
2015-02-09 14:15:25 -08:00
parent 8b9bfd3725
commit cbf69d46c7
4 changed files with 58 additions and 20 deletions

View File

@@ -2594,7 +2594,10 @@ class e_front_model extends e_model
break;
}
$this->addMessageDebug('SQL Qry: '.print_a($qry,true), $session_messages);
if(E107_DEBUG_LEVEL == E107_DBG_SQLQUERIES)
{
$this->addMessageDebug('SQL Qry: '.print_a($qry,true), $session_messages);
}
return $qry;
}