fix timestamp name
darcs-hash:20081120224918-84dde-c964bdb77618d6a208efe581dd570b6ea1e23e7d.gz
This commit is contained in:
parent
6bb88196e5
commit
243f7ec4a2
|
@ -70,7 +70,7 @@ class PeopletagAction extends Action {
|
||||||
'ON profile.id = profile_tag.tagger ' .
|
'ON profile.id = profile_tag.tagger ' .
|
||||||
'WHERE profile_tag.tagger = profile_tag.tagged ' .
|
'WHERE profile_tag.tagger = profile_tag.tagged ' .
|
||||||
'AND tag = "%s" ' .
|
'AND tag = "%s" ' .
|
||||||
'ORDER BY profile_tag.created DESC ' .
|
'ORDER BY profile_tag.modified DESC ' .
|
||||||
$lim, $tag));
|
$lim, $tag));
|
||||||
|
|
||||||
$pl = new ProfileList($profile);
|
$pl = new ProfileList($profile);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user