[textpattern commit] r2977 - development/4.0/textpattern/publish

0 views
Skip to first unread message

codesite...@google.com

unread,
Sep 28, 2008, 3:33:08 AM9/28/08
to txp...@googlegroups.com
Author: r.wetzlmayr
Date: Sun Sep 28 00:32:37 2008
New Revision: 2977

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)

Reply all
Reply to author
Forward
0 new messages