mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-06 21:04:20 +00:00
Change some text on license TravianZ
This commit is contained in:
@@ -2996,7 +2996,7 @@ class MYSQLi_DB implements IDbConnection {
|
||||
$q = "SELECT $field FROM " . TB_PREFIX . "ali_permission where username = '$ref' LIMIT 1";
|
||||
}
|
||||
$result = mysqli_query($this->dblink,$q);
|
||||
$dbarray = mysqli_fetch_array($result);
|
||||
//$dbarray = mysqli_fetch_array($result); - some error in here !
|
||||
return $dbarray[$field];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user