mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-14 20:17:35 +08:00
support pg problem fix
This commit is contained in:
+1
-1
@@ -618,7 +618,7 @@ echo "</script>";
|
||||
$no_give = "";
|
||||
$add_value ="";
|
||||
|
||||
$tempresult = sql_query ("SELECT count( DISTINCT `userid` ) as count FROM magic WHERE torrentid=".sqlesc($id));
|
||||
$tempresult = sql_query ("SELECT count( DISTINCT userid ) as count FROM magic WHERE torrentid=".sqlesc($id));
|
||||
$count_user = mysql_fetch_array($tempresult);
|
||||
$count_user_number = $count_user['count'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user