phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] fudforum CAN-2005-2600-fix.diff,1.1.2.1


From: skwashd
Subject: [Phpgroupware-cvs] fudforum CAN-2005-2600-fix.diff,1.1.2.1
Date: Wed, 24 Aug 2005 15:45:00 +0200

Update of fudforum

Added Files:
     Branch: Version-0_9_16-branch
            CAN-2005-2600-fix.diff lines: +18 -0

Log Message:
patch for CAN-2005-2600 fix

====================================================
Index: CAN-2005-2600-fix.diff
Index: tree.php.t
===================================================================
RCS file: /cvsroot/phpgroupware/fudforum/setup/base/src/tree.php.t,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -u -r1.1.1.1 -r1.1.1.1.2.1
--- tree.php.t  1 Nov 2003 22:57:17 -0000       1.1.1.1
+++ tree.php.t  24 Aug 2005 13:25:37 -0000      1.1.1.1.2.1
@@ -131,7 +131,7 @@
                LEFT JOIN {SQL_TABLE_PREFIX}poll p ON m.poll_id=p.id
                LEFT JOIN {SQL_TABLE_PREFIX}poll_opt_track pot ON 
pot.poll_id=p.id AND pot.user_id='._uid.'
        WHERE
-               m.id='.$mid.' AND m.apr=1');
+                m.id='.$mid.' AND m.apr=1 AND m.thread_id='.$th);

        if (!isset($_GET['prevloaded'])) {
                th_inc_view_count($th);







reply via email to

[Prev in Thread] Current Thread [Next in Thread]