fix #416 PHP 5.3.6 이상에서만 사용 가능한 상수 제거

This commit is contained in:
bnu 2014-02-08 12:31:03 +09:00 committed by khongchi
parent c558dbc713
commit 809a526797
2 changed files with 2 additions and 2 deletions

View file

@ -447,7 +447,7 @@ class DB
$log['act'] = Context::get('act');
$log['time'] = date('Y-m-d H:i:s');
$bt = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
$bt = debug_backtrace();
foreach($bt as $no => $call)
{
if($call['function'] == 'executeQuery' || $call['function'] == 'executeQueryArray')