gpack update

Now you can implement T4 graphic in T3.6 version
This commit is contained in:
Shadow
2014-12-02 12:54:37 +02:00
parent 2bf923020d
commit 99270daa21
885 changed files with 10090 additions and 13 deletions
+3 -2
View File
@@ -149,10 +149,11 @@ class Units {
if (!$database->getVillageState($id)){
$form->addError("error","Coordinates do not exist");
//check vaction mode- by advocaite
if($database->getvacmodexy($id)){
if($database->getUserField($_POST['user'],"vac_mode",1) == 1){
//if($database->getvacmodexy($id)){
$form->addError("error","User is on vacation mode");
}
//END Vaction mode check
//END Vaction mode check
}
}
if (!empty($coor)) {