diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-22 12:17:12 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-22 12:17:12 -0400 |
commit | 2f73f8a5e228ea697a7beb758f98ef0eb21dd03f (patch) | |
tree | 616445882010879eb601fb7ebc1131fb87cbf796 | |
parent | 81e6d50c533964899308e5745745381c340a1764 (diff) |
whitespace in SQL
darcs-hash:20080722161712-84dde-58d69d8861ad6be471ab2403cd5d23942c27eac6.gz
-rw-r--r-- | classes/User.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/User.php b/classes/User.php index 4f46653e4..1d8dbc7ab 100644 --- a/classes/User.php +++ b/classes/User.php @@ -135,7 +135,7 @@ class User extends DB_DataObject $notice->query('SELECT notice.* ' . 'FROM notice JOIN subscription on notice.profile_id = subscription.subscribed' . - 'WHERE subscription.subscriber = ' . $this->id . + 'WHERE subscription.subscriber = ' . $this->id . ' ' . 'ORDER BY created DESC, notice.id DESC ' . 'LIMIT ' . $offset . ', ' . $limit); |