[geeklog-cvs] Geeklog-1.x/public_html index.php,1.98,1.99

Michael Jervis mjervis at qs1489.pair.com
Thu Aug 14 15:05:58 EDT 2008


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

Modified Files:
	index.php 
Log Message:
Microsummaries support for topics fixed.

Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/index.php,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -d -r1.98 -r1.99
*** index.php	20 Feb 2008 20:07:58 -0000	1.98
--- index.php	14 Aug 2008 19:05:53 -0000	1.99
***************
*** 41,48 ****
  $displayall = false;
  $microsummary = false;
! if (isset ($_GET['display']) && empty ($topic)) {
!     if ($_GET['display'] == 'new') {
          $newstories = true;
!     } else if ($_GET['display'] == 'all') {
          $displayall = true;
      } else if ($_GET['display'] == 'microsummary') {
--- 41,48 ----
  $displayall = false;
  $microsummary = false;
! if (isset ($_GET['display'])) {
!     if (($_GET['display'] == 'new') && (empty ($topic))) {
          $newstories = true;
!     } else if (($_GET['display'] == 'all') && (empty ($topic))) {
          $displayall = true;
      } else if ($_GET['display'] == 'microsummary') {




More information about the geeklog-cvs mailing list