[geeklog-cvs] Geeklog-1.x/public_html/polls index.php,1.22,1.23

Blaine Lang blaine at qs1489.pair.com
Thu Nov 15 12:04:58 EST 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/polls
In directory qs1489.pair.com:/tmp/cvs-serv97472

Modified Files:
	index.php 
Log Message:
Fix to correct an old issue where you could not change the comment display mode. It would refresh and display the list of poll questions and not change you comment view mode. I believe this issue has been there for quite a few versions.

Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/polls/index.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** index.php	16 Jan 2007 06:10:19 -0000	1.22
--- index.php	15 Nov 2007 17:04:56 -0000	1.23
***************
*** 127,130 ****
--- 127,132 ----
          $aid = $_POST['aid'];
      }
+ } elseif (isset($_POST['id'])) {       // Refresh from comment tool bar
+     $qid = COM_applyFilter ($_POST['id']);
  }
  $order = '';




More information about the geeklog-cvs mailing list