remove code in lib/common.lib.php
This commit is contained in:
parent
ac40c50b8b
commit
e5fe8baa7e
1 changed files with 1 additions and 1 deletions
|
|
@ -1502,7 +1502,7 @@ function _callback_sql_show_tables($m)
|
||||||
// mysql connect resource 지정 - 명랑폐인님 제안
|
// mysql connect resource 지정 - 명랑폐인님 제안
|
||||||
function sql_query($sql, $error = G5_DISPLAY_SQL_ERROR, $link = null)
|
function sql_query($sql, $error = G5_DISPLAY_SQL_ERROR, $link = null)
|
||||||
{
|
{
|
||||||
global $g5, $g5_debug;
|
global $g5;
|
||||||
|
|
||||||
if (!$link)
|
if (!$link)
|
||||||
$link = $g5['connect_db'];
|
$link = $g5['connect_db'];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue