[geeklog-cvs] geeklog-1.3/system lib-syndication.php,1.5,1.6

dhaun at geeklog.net dhaun at geeklog.net
Wed Jan 21 15:49:31 EST 2004


Update of /usr/cvs/geeklog/geeklog-1.3/system
In directory geeklog_prod:/tmp/cvs-serv26737

Modified Files:
	lib-syndication.php 
Log Message:
Fixed update of event feeds (thanks, Ed).


Index: lib-syndication.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/system/lib-syndication.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** lib-syndication.php	28 Dec 2003 18:48:05 -0000	1.5
--- lib-syndication.php	21 Jan 2004 20:49:29 -0000	1.6
***************
*** 238,241 ****
--- 238,242 ----
  
      $result = DB_query( "SELECT eid FROM {$_TABLES['events']} WHERE perm_anon > 0 AND dateend >= NOW()$where ORDER BY datestart,timestart $limitsql" );
+     $nrows = DB_numRows( $result );
  
      $eids = array();





More information about the geeklog-cvs mailing list