Modified:
development/4.0/textpattern/publish/taghandlers.php
Log:
Add uPosted for related_articles to complement [2963].
Modified: development/4.0/textpattern/publish/taghandlers.php
==============================================================================
--- development/4.0/textpattern/publish/taghandlers.php (original)
+++ development/4.0/textpattern/publish/taghandlers.php Sun Sep 28 00:32:37
2008
@@ -773,7 +773,7 @@
$section = ($section) ? " and Section IN ('".join("','",
doSlash(do_list($section)))."')" : '';
- $rs = safe_rows_start('*, unix_timestamp(Posted) as
posted', 'textpattern',
+ $rs = safe_rows_start('*, unix_timestamp(Posted) as posted,
unix_timestamp(LastMod) as uLastMod', 'textpattern',
'ID != '.intval($id)." and Status = 4 and Posted <= now() $categories
$section order by ".doSlash($sort).' limit 0,'.intval($limit));
if ($rs)