CVS: spip/ecrire index.php3,1.83,1.84

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

Modified Files:
  index.php3
Log Message:
le truc gonflant de la page qui s'affiche très lentement quand on revient pour la première fois depuis longtemps dans l'admin.

Index: index.php3

RCS file: /home/spip-cvs/spip/ecrire/index.php3,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- index.php3 28 Sep 2003 18:07:30 -0000 1.83
+++ index.php3 29 Sep 2003 12:20:03 -0000 1.84
@@ -458,6 +458,7 @@
if (!$bonjour) {
   if ($optimiser == 'oui' || (time() - lire_meta('date_optimisation')) > 24 * 3600) {
     if (timeout('optimisation')) {
+ @flush();
       ecrire_meta("date_optimisation", time());
       ecrire_metas();
       include ("optimiser.php3");