Author: r.wetzlmayr
Date: Sun Jul 20 02:24:15 2008
New Revision: 2946
Modified:
development/4.0/textpattern/include/txp_list.php
Log:
even better...
Modified: development/4.0/textpattern/include/txp_list.php
=========================================================================== ===
--- development/4.0/textpattern/include/txp_list.php (original)
+++ development/4.0/textpattern/include/txp_list.php Sun Jul 20
02:24:15 2008
@@ -154,7 +154,7 @@
echo n.list_search_form($crit, $search_method);
$rs = safe_rows_start('*, unix_timestamp(Posted) as posted,
unix_timestamp(LastMod) as lastmod', 'textpattern',
- "$criteria order by $sort_sql limit $offset, $limit" ,1 #TODO
+ "$criteria order by $sort_sql limit $offset, $limit"
);
if ($rs)