mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 07:01:22 +02:00
What a shock
git-svn-id: file:///svn/phpbb/trunk@3540 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user