Merge commit 'br3nda/0.8.x-profile-pgfix' into 0.8.x

This commit is contained in:
Craig Andrews 2009-07-23 11:13:27 -04:00
commit ec453f0123
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ class Profile extends Memcached_DataObject
$query .= ' order by id DESC';
if (!is_null($offset)) {
$query .= " limit $offset, $limit";
$query .= " LIMIT $limit OFFSET $offset";
}
$notice->query($query);