mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 17:32:15 +09:00
FirePHP PHP4 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5239 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
622da94cba
commit
a754591599
1 changed files with 3 additions and 3 deletions
|
|
@ -246,7 +246,7 @@
|
|||
)
|
||||
)
|
||||
),
|
||||
FirePHP::TABLE
|
||||
'TABLE'
|
||||
);
|
||||
|
||||
// 기타 로그 작성
|
||||
|
|
@ -265,7 +265,7 @@
|
|||
)
|
||||
)
|
||||
),
|
||||
FirePHP::TABLE
|
||||
'TABLE'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
}
|
||||
debugPrint(
|
||||
array('DB Queries >>> '.count($GLOBALS['__db_queries__']).' Queries, '.sprintf('%0.5f sec', $GLOBALS['__db_elapsed_time__']), $queries_output),
|
||||
FirePHP::TABLE
|
||||
'TABLE'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue