X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fstatistiques%2Fgenie%2Fpopularites.php;fp=www%2Fplugins-dist%2Fstatistiques%2Fgenie%2Fpopularites.php;h=80b070b927520ca91929763b273e1205bd9fd1ad;hp=63f31997077faea6639ac2f5a83f00fb2b4caa4e;hb=f854641371bdfbaba8fbab6212853d9795ba8cc8;hpb=d18fcb8f27a4016e3fa7b50a9b2255d529dca543 diff --git a/www/plugins-dist/statistiques/genie/popularites.php b/www/plugins-dist/statistiques/genie/popularites.php index 63f3199..80b070b 100644 --- a/www/plugins-dist/statistiques/genie/popularites.php +++ b/www/plugins-dist/statistiques/genie/popularites.php @@ -71,7 +71,7 @@ function genie_popularites_dist($t) { #spip_query("ALTER TABLE spip_referers CHANGE visites_jour visites_veille INT( 10 ) UNSIGNED NOT NULL DEFAULT '0',CHANGE visites_veille visites_jour INT( 10 ) UNSIGNED NOT NULL DEFAULT '0'"); #spip_query("UPDATE spip_referers SET visites_jour=0"); // version 4 fois plus rapide que la premiere, en une seule requete - // ATTENTION : peut poser probleme cf http://core.spip.org/issues/2505 + // ATTENTION : peut poser probleme cf https://core.spip.net/issues/2505 sql_alter("TABLE spip_referers DROP visites_veille, CHANGE visites_jour visites_veille INT(10) UNSIGNED NOT NULL DEFAULT '0', ADD visites_jour INT(10) UNSIGNED NOT NULL DEFAULT '0'");