big update

This commit is contained in:
unknown
2012-05-13 18:51:08 +03:00
parent 185227c5d2
commit 10df3e2068
24 changed files with 336 additions and 115 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ if($type==18 or $type==19 or $type==20 or $type==21){
<td class="none"><?php
$mode = CP;
$total = count($database->getProfileVillages($session->uid));
$need_cps = ${'cp'.$mode}[$total+1];
$need_cps = ${'cp'.$mode}[$total];
$cps = floor($database->getUserField($session->uid, 'cp',0));
if($cps >= $need_cps) {