Update of /cvsroot/openfirst/awards
In directory sc8-pr-cvs1:/tmp/cvs-serv12537
Modified Files:
index.php
Log Message:
GammAR error :-p
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/awards/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.php 27 Jun 2003 21:48:35 -0000 1.4
--- index.php 27 Jun 2003 23:16:06 -0000 1.5
***************
*** 37,41 ****
<p>This team has won <strong><?php echo $amount; ?></strong> award(s).</p>
<?php
! // If more then one awards is present then show the values
if($amount > 0) {
?>
--- 37,41 ----
<p>This team has won <strong><?php echo $amount; ?></strong> award(s).</p>
<?php
! // If more then one award is present then show the values
if($amount > 0) {
?>
|