[geeklog-cvs] Geeklog-1.x/public_html/admin syndication.php, 1.55, 1.56

Dirk Haun dhaun at qs1489.pair.com
Sun Jul 27 03:35:59 EDT 2008


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

Modified Files:
	syndication.php 
Log Message:
New option "All Frontpage Stories" for article feeds: skip stories that have the "Show only in topic" option set (feature request #0000652)


Index: syndication.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/syndication.php,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** syndication.php	7 Jun 2008 12:41:44 -0000	1.55
--- syndication.php	27 Jul 2008 07:35:56 -0000	1.56
***************
*** 115,119 ****
  
      if ($num > 0) {
!         $options[] = array ('id' => '::all', 'name' => $LANG33[23]);
      }
  
--- 115,120 ----
  
      if ($num > 0) {
!         $options[] = array ('id' => '::all',       'name' => $LANG33[23]);
!         $options[] = array ('id' => '::frontpage', 'name' => $LANG33[53]);
      }
  




More information about the geeklog-cvs mailing list