mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ class sql_db
|
||||||
$this->query_result = false;
|
$this->query_result = false;
|
||||||
$this->num_queries++;
|
$this->num_queries++;
|
||||||
|
|
||||||
$query .= ' LIMIT ' . ((!empty($offset)) ? $offset . ', ' . $total : $total);
|
$query .= ' LIMIT ' . ((!empty($offset)) ? $total . ', ' . $offset : $total);
|
||||||
|
|
||||||
return $this->sql_query($query, $expire_time);
|
return $this->sql_query($query, $expire_time);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue