fix timestamp name

darcs-hash:20081120224918-84dde-c964bdb77618d6a208efe581dd570b6ea1e23e7d.gz
This commit is contained in:
Evan Prodromou 2008-11-20 17:49:18 -05:00
parent 6bb88196e5
commit 243f7ec4a2
1 changed files with 1 additions and 1 deletions

View File

@ -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);