Merge branch '0.9.x' into atompub

This commit is contained in:
Evan Prodromou 2010-10-25 11:09:11 -04:00
commit 75fcf1e081
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ class Profile extends Memcached_DataObject
}
if ($max_id != 0) {
$query .= " and id < $max_id";
$query .= " and id <= $max_id";
}
$query .= ' order by id DESC';