inc-cache.php3 1.65 1.66

Update of /home/spip-cvs/spip
In directory alan:/tmp/cvs-serv897

Modified Files:
  inc-cache.php3
Log Message:
variable indefinie

Index: inc-cache.php3

RCS file: /home/spip-cvs/spip/inc-cache.php3,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- inc-cache.php3 22 Oct 2004 16:21:38 -0000 1.65
+++ inc-cache.php3 25 Oct 2004 18:28:19 -0000 1.66
@@ -106,7 +106,7 @@
     foreach ($suppr as $cache => $ignore)
       retire_cache($cache);
     spip_query("DELETE FROM spip_caches WHERE "
- .calcul_mysql_in('fichier', "'".join("','",$supprimes)."'") );
+ .calcul_mysql_in('fichier', "'".join("','",$suppr)."'") );
   }
}