mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01:00
What a shock
git-svn-id: file:///svn/phpbb/trunk@3540 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
98c7975cc6
commit
e295cab304
@ -216,7 +216,7 @@ class sql_db
|
||||
$this->query_result = false;
|
||||
$this->num_queries++;
|
||||
|
||||
$query .= ' LIMIT ' . ((!empty($offset)) ? $offset . ', ' . $total : $total);
|
||||
$query .= ' LIMIT ' . ((!empty($offset)) ? $total . ', ' . $offset : $total);
|
||||
|
||||
return $this->sql_query($query, $expire_time);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user