From 86819b9bfa7431be7029cd960ed2ddbbc0155026 Mon Sep 17 00:00:00 2001 From: peonso Date: Wed, 17 Sep 2014 17:15:00 -0300 Subject: [PATCH] Update users.php --- engine/function/users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/function/users.php b/engine/function/users.php index 05d9f80..b378f35 100644 --- a/engine/function/users.php +++ b/engine/function/users.php @@ -240,8 +240,8 @@ function shop_account_gender_tickets($accid) { // GUILDS // function guild_remove_member($cid) { - $cid = (int)$cid; - mysql_update("UPDATE `players` SET `rank_id`='0', `guildnick`= NULL WHERE `id`=$cid"); + $cid = (int)$cid; + mysql_update("UPDATE `players` SET `rank_id`='0', `guildnick`= NULL WHERE `id`=$cid"); } function guild_remove_member_10($cid) { $cid = (int)$cid;