mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-12 22:31:02 +00:00
fixed bugs from the list of NarcisRO and more
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
## ##
|
||||
#################################################################################
|
||||
$time = time();
|
||||
$ban = mysql_query("SELECT * FROM ".TB_PREFIX."banlist WHERE `uid` = '".$session->uid."' and `end` < '".$time."'");
|
||||
$ban = mysql_query("SELECT * FROM ".TB_PREFIX."banlist WHERE `uid` = '".$session->uid."' and `end` < '".$time."' and active = 1");
|
||||
$ban1 = mysql_fetch_array($ban);
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user