remove code in lib/common.lib.php

This commit is contained in:
Amberstone 2024-09-19 21:01:26 +09:00
parent ac40c50b8b
commit e5fe8baa7e
Signed by: amber
GPG key ID: 094B0E55F98D8BF1

View file

@ -1502,7 +1502,7 @@ function _callback_sql_show_tables($m)
// mysql connect resource 지정 - 명랑폐인님 제안
function sql_query($sql, $error = G5_DISPLAY_SQL_ERROR, $link = null)
{
global $g5, $g5_debug;
global $g5;
if (!$link)
$link = $g5['connect_db'];