MySQLi 지원 추가 및 SMS5 수정
This commit is contained in:
@ -120,7 +120,7 @@ if ($stx) {
|
||||
|
||||
$sql = " select wr_id from {$tmp_write_table} where {$sql_search} ";
|
||||
$result = sql_query($sql, false);
|
||||
$row['cnt'] = @mysql_num_rows($result);
|
||||
$row['cnt'] = @sql_num_rows($result);
|
||||
|
||||
$total_count += $row['cnt'];
|
||||
if ($row['cnt']) {
|
||||
|
||||
Reference in New Issue
Block a user