Update of /home/spip-cvs/spip/ecrire
In directory miel:/tmp/cvs-serv27811/ecrire
Modified Files:
inc_index.php3
Log Message:
petit bug + indexer plus souvent
Index: inc_index.php3
RCS file: /home/spip-cvs/spip/ecrire/inc_index.php3,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- inc_index.php3 24 Feb 2004 22:30:55 -0000 1.51
+++ inc_index.php3 24 Feb 2004 22:47:35 -0000 1.52
@@ -320,7 +320,7 @@
function creer_liste_indexation() {
$types = array('article','auteur','breve','mot','rubrique','syndic','forum','signature');
while (list(,$type) = each($types)) {
- $table = table_objet($type);
+ $table = 'spip_'.table_objet($type);
spip_query("UPDATE $table SET idx='1'");
}
}