[Kos-cvs] kos-web/contents books.i,1.2,1.3

thomas at kos.enix.org thomas at kos.enix.org
Thu Dec 30 00:41:49 CET 2004


Update of /var/cvs/kos/kos-web/contents
In directory the-doors:/tmp/cvs-serv12268/contents

Modified Files:
	books.i 
Log Message:
Suppression du footer

Index: books.i
===================================================================
RCS file: /var/cvs/kos/kos-web/contents/books.i,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- books.i	9 Jul 2002 15:57:12 -0000	1.2
+++ books.i	29 Dec 2004 23:41:47 -0000	1.3
@@ -6,7 +6,7 @@
 
   echo "<table border=\"0\" CELLSPACING=\"0\" CELLPADDING=\"10\">\n";
 
-  for ($i=0; $row=mysql_fetch_row($result); $i++) {	
+  for ($i=0; $row=mysql_fetch_row($result); $i++) {
 
     if($lang == "en")
       {
@@ -24,7 +24,7 @@
 	$ref   = $row[6];
 	$comment = $row[7];
       }
-    
+
     if ($i % 2) {
       echo "<tr bgcolor=\"$table_color1\">\n";
     } else {
@@ -34,7 +34,7 @@
     echo "<td width=15>$ref</td>\n";
     echo "<td>$comment</td>\n";
     echo "</tr>\n";
-    
+
   }
   echo "</table>\n";
 ?>
\ No newline at end of file



More information about the Kos-cvs mailing list