From: Evan Prodromou Date: Thu, 20 Nov 2008 22:49:18 +0000 (-0500) Subject: fix timestamp name X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=243f7ec4a28a8180c638d459d768cabc7f989179;p=quix0rs-gnu-social.git fix timestamp name darcs-hash:20081120224918-84dde-c964bdb77618d6a208efe581dd570b6ea1e23e7d.gz --- diff --git a/actions/peopletag.php b/actions/peopletag.php index 102a7d7441..c508e05943 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);