From 243f7ec4a28a8180c638d459d768cabc7f989179 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Nov 2008 17:49:18 -0500 Subject: fix timestamp name darcs-hash:20081120224918-84dde-c964bdb77618d6a208efe581dd570b6ea1e23e7d.gz --- actions/peopletag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-54-g00ecf