[textpattern] r3287 committed - bug fix: sorting by author in link tab

0 views
Skip to first unread message

textp...@googlecode.com

unread,
Nov 10, 2009, 8:16:31 AM11/10/09
to txp...@googlegroups.com
Revision: 3287
Author: stefdawson
Date: Tue Nov 10 05:15:44 2009
Log: bug fix: sorting by author in link tab
http://code.google.com/p/textpattern/source/detail?r=3287

Modified:
/development/4.x/textpattern/include/txp_link.php

=======================================
--- /development/4.x/textpattern/include/txp_link.php Wed May 20 04:39:29
2009
+++ /development/4.x/textpattern/include/txp_link.php Tue Nov 10 05:15:44
2009
@@ -160,7 +160,7 @@
column_head('description', 'description', 'link', true, $switch_dir,
$crit, $search_method, ('description' == $sort) ? $dir : '').
column_head('link_category', 'category', 'link', true, $switch_dir,
$crit, $search_method, ('category' == $sort) ? $dir : '').
column_head('date', 'date', 'link', true, $switch_dir, $crit,
$search_method, ('date' == $sort) ? $dir : '').
- ($show_authors ? column_head('author', 'author', 'link', true,
$switch_dir, $crit, $search_method, ('date' == $sort) ? $dir : '') : '').
+ ($show_authors ? column_head('author', 'author', 'link', true,
$switch_dir, $crit, $search_method, ('author' == $sort) ? $dir : '') : '').
hCell()
);

Reply all
Reply to author
Forward
0 new messages