Update of /home/spip-cvs/spip/ecrire
In directory alan:/tmp/cvs-serv28574/ecrire
Modified Files:
inc_documents.php3
Log Message:
scorie de fetch_document (D. Larouziere)
Index: inc_documents.php3
RCS file: /home/spip-cvs/spip/ecrire/inc_documents.php3,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- inc_documents.php3 7 Oct 2004 06:10:01 -0000 1.138
+++ inc_documents.php3 7 Oct 2004 07:42:09 -0000 1.139
@@ -498,7 +498,7 @@
echo "<div> </div>";
echo "<div style='background-color: $couleur_claire; padding: 4px; color: black; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;' class='verdana2'><b>PORTFOLIO</b></div>";
echo "<table width='100%' cellspacing='0' cellpadding='3'>";
- reset($images_liees);
+
while ($document = spip_fetch_array($images_liees)) {
$id_document = $document['id_document'];