CVS: spip/ecrire inc_index.php3,1.43,1.44

Update of /home/spip-cvs/spip/ecrire
In directory miel:/tmp/cvs-serv1760/ecrire

Modified Files:
  inc_index.php3
Log Message:
oups, oublié le \n final

Index: inc_index.php3

RCS file: /home/spip-cvs/spip/ecrire/inc_index.php3,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- inc_index.php3 28 Sep 2003 18:07:30 -0000 1.43
+++ inc_index.php3 30 Sep 2003 09:05:51 -0000 1.44
@@ -220,7 +220,7 @@
     $f = @fopen($fichier_index, 'a');
   }
   spip_log ("demande indexation $objet $id_objet");
- fputs($f, "$objet $id_objet 1"); // 1 = forcer reindexation
+ fputs($f, "$objet $id_objet 1\n"); // 1 = forcer reindexation
   fclose($f);
}
function indexer_article($id_article) {