[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.222,1.223

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Mon May 19 04:47:14 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory internal.geeklog.net:/tmp/cvs-serv7133

Modified Files:
	lib-common.php 
Log Message:
In the Daily Digest, sort new stories by date (as on the index page).


Index: lib-common.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.222
retrieving revision 1.223
diff -C2 -d -r1.222 -r1.223
*** lib-common.php	14 May 2003 08:13:37 -0000	1.222
--- lib-common.php	19 May 2003 08:47:12 -0000	1.223
***************
*** 3762,3765 ****
--- 3762,3766 ----
  
          $storysql .= COM_getPermSQL( 'AND', $U['uuid'] );
+         $storysql .= ' ORDER BY featured DESC, date DESC';
  
          $stories = DB_query( $storysql );





More information about the geeklog-cvs mailing list