This commit is contained in:
Shadow
2014-03-12 09:06:46 +02:00
parent ed391d14fc
commit e202a7e525
2 changed files with 8 additions and 1 deletions
-1
View File
@@ -26,7 +26,6 @@ else if($_POST['dname']!=""){
if($checkexist){
$villageOwner = $database->getVillageField($getwref,'owner');
$userAccess = $database->getUserField($villageOwner,'access',0);
}
// Function vacation mode by Shadow
$userVacation = $database->getUserField($villageOwner,'vac_mode',0);
}