Change some text on license TravianZ

This commit is contained in:
Catalin Novgorodschi
2025-02-11 11:22:22 +02:00
parent ac6a99cb89
commit 59c1114b1c
155 changed files with 378 additions and 369 deletions
+1 -1
View File
@@ -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];
}