Update of /cvsroot/openfirst/awards
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23284
Modified Files:
index.php
Log Message:
Make awards show most recent awards in order from most to least recent.
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/awards/index.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** index.php 20 Jan 2004 00:35:15 -0000 1.12
--- index.php 14 Feb 2004 14:38:02 -0000 1.13
***************
*** 30,34 ****
// Query database for award information
! $query = ofirst_dbquery("SELECT * FROM ofirst_awards ORDER BY Date");
$amount = ofirst_dbnum_rows($query);
?>
--- 30,34 ----
// Query database for award information
! $query = ofirst_dbquery("SELECT * FROM ofirst_awards ORDER BY Date DESC");
$amount = ofirst_dbnum_rows($query);
?>
|