diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-11-20 17:49:18 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-11-20 17:49:18 -0500 |
commit | 243f7ec4a28a8180c638d459d768cabc7f989179 (patch) | |
tree | 5ab4f16483cc6682e1442de770a061b6f6a5d72e | |
parent | 6bb88196e5c47294c4c2293a984d0f8a933f5f58 (diff) |
fix timestamp name
darcs-hash:20081120224918-84dde-c964bdb77618d6a208efe581dd570b6ea1e23e7d.gz
-rw-r--r-- | actions/peopletag.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/peopletag.php b/actions/peopletag.php index 102a7d744..c508e0594 100644 --- a/actions/peopletag.php +++ b/actions/peopletag.php @@ -70,7 +70,7 @@ class PeopletagAction extends Action { 'ON profile.id = profile_tag.tagger ' . 'WHERE profile_tag.tagger = profile_tag.tagged ' . 'AND tag = "%s" ' . - 'ORDER BY profile_tag.created DESC ' . + 'ORDER BY profile_tag.modified DESC ' . $lim, $tag)); $pl = new ProfileList($profile); |