Update of /cvsroot/openfirst/awards
In directory sc8-pr-cvs1:/tmp/cvs-serv12080
Modified Files:
index.php
Log Message:
Replace mysql functions with new database functions
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/awards/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** index.php 23 Aug 2003 20:03:13 -0000 1.6
--- index.php 23 Aug 2003 20:15:21 -0000 1.7
***************
*** 31,35 ****
// Query database for award information
$query = ofirst_dbquery("SELECT * FROM ofirst_awards ORDER BY Date");
! $amount = mysql_num_rows($query);
?>
<h1>Team Awards</h1>
--- 31,35 ----
// Query database for award information
$query = ofirst_dbquery("SELECT * FROM ofirst_awards ORDER BY Date");
! $amount = ofirst_dbnum_rows($query);
?>
<h1>Team Awards</h1>
|