mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
PHP8 Compatibility and code cleanup.
This commit is contained in:
@@ -93,9 +93,9 @@ if (strstr(e_QUERY, "fs")) {
|
||||
}
|
||||
// end search
|
||||
|
||||
if (e_QUERY ? $from = intval(e_QUERY) : $from = 0) {
|
||||
;
|
||||
}
|
||||
//if (e_QUERY ? $from = intval(e_QUERY) : $from = 0) {
|
||||
|
||||
//}
|
||||
|
||||
$chat_total = $sql->count('chatbox');
|
||||
|
||||
|
Reference in New Issue
Block a user