Update of /cvsroot/openfirst/projects
In directory sc8-pr-cvs1:/tmp/cvs-serv13809
Modified Files:
index.php
Log Message:
Fixed table problem.
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/projects/index.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** index.php 13 Sep 2003 15:38:24 -0000 1.10
--- index.php 13 Sep 2003 20:48:38 -0000 1.11
***************
*** 124,128 ****
if(ofirst_dbnum_rows($query) == 0){
! echo "\n <tr>\n <td> </td>\n <td> </td>\n <td> </td>\n <td>There are no tasks for this project!</td>\n <td> </td>";
}
--- 124,128 ----
if(ofirst_dbnum_rows($query) == 0){
! echo "\n <tr>\n <td> </td>\n <td>There are no tasks for this project!</td>\n <td> </td>\n <td> </td>\n </tr>";
}
|