[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.256,1.257

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Mon Sep 8 13:33:02 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory geeklog_prod:/tmp/cvs-serv6466/public_html

Modified Files:
	lib-common.php 
Log Message:
Added support for (RSS) feeds listing new links.


Index: lib-common.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.256
retrieving revision 1.257
diff -C2 -d -r1.256 -r1.257
*** lib-common.php	7 Sep 2003 17:44:51 -0000	1.256
--- lib-common.php	8 Sep 2003 17:33:00 -0000	1.257
***************
*** 1317,1330 ****
              if( $A['type'] == 'geeklog' )
              {
!                 if( $A['topic'] == '::all' )
!                 {
!                     $is_current = SYND_feedUpdateCheckAll( $A['update_info'],
!                                                            $A['limits'] );
!                 }
!                 else
!                 {
!                     $is_current = SYND_feedUpdateChecktopic( $A['topic'],
!                             $A['update_info'], $A['limits'] );
!                 }
              }
              else
--- 1317,1322 ----
              if( $A['type'] == 'geeklog' )
              {
!                 $is_current = SYND_feedUpdateCheck( $A['type'], $A['fid'],
!                         $A['topic'], $A['update_info'], $A['limits'] );
              }
              else





More information about the geeklog-cvs mailing list