mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: more manual typecastings
This commit is contained in:
@@ -293,7 +293,7 @@
|
||||
|
||||
public function procRankRaceArray($race) {
|
||||
global $multisort,$database;
|
||||
$race = $database->escape($race);
|
||||
$race = $database->escape((int) $race);
|
||||
//$array = $GLOBALS['db']->getRanking();
|
||||
$holder = array();
|
||||
//$value['totalvillage'] = count($GLOBALS['db']->getVillagesID($value['id']));
|
||||
|
||||
Reference in New Issue
Block a user