mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-07 22:59:20 +02:00
Update users.php
This commit is contained in:
parent
ce71cdd16d
commit
86819b9bfa
@ -240,8 +240,8 @@ function shop_account_gender_tickets($accid) {
|
|||||||
// GUILDS
|
// GUILDS
|
||||||
//
|
//
|
||||||
function guild_remove_member($cid) {
|
function guild_remove_member($cid) {
|
||||||
$cid = (int)$cid;
|
$cid = (int)$cid;
|
||||||
mysql_update("UPDATE `players` SET `rank_id`='0', `guildnick`= NULL WHERE `id`=$cid");
|
mysql_update("UPDATE `players` SET `rank_id`='0', `guildnick`= NULL WHERE `id`=$cid");
|
||||||
}
|
}
|
||||||
function guild_remove_member_10($cid) {
|
function guild_remove_member_10($cid) {
|
||||||
$cid = (int)$cid;
|
$cid = (int)$cid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user