Update medal.php

This commit is contained in:
Shadow
2014-03-12 14:15:00 +02:00
parent feac499c54
commit 267380f38a
+8 -7
View File
@@ -17,13 +17,14 @@
################################################################################# #################################################################################
//gp link //gp link
if($session->gpack == null || GP_ENABLE == false) { $separator=isset($separator)? $separator:"";
$gpack= GP_LOCATE; $gpack_load=isset($user['gpack'])? $user['gpack']:$database->getUserField($_SESSION['username'], 'gpack', 1);
} else { if($gpack_load== null || GP_ENABLE == false) {
$gpack= $session->gpack; $gpack= $separator.GP_LOCATE;
} } else {
$gpack= $separator.$gpack_load;
}
//de bird //de bird
if($displayarray['protect'] > time()){ if($displayarray['protect'] > time()){