From: Roan Kattouw Date: Fri, 20 Mar 2009 11:20:39 +0000 (+0000) Subject: Fix typo in tables.sql, pointed out by Jidanni X-Git-Tag: 1.31.0-rc.0~42435 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=d48ee9ffdae4a1031210be33809ffde51e64403c;p=lhc%2Fweb%2Fwiklou.git Fix typo in tables.sql, pointed out by Jidanni --- diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 2927833248..3b1e8eb719 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -611,7 +611,7 @@ CREATE UNIQUE INDEX /*i*/ss_row_id ON /*_*/site_stats (ss_row_id); -- Stores an ID for every time any article is visited; -- depending on $wgHitcounterUpdateFreq, it is -- periodically cleared and the page_counter column --- in the page table updated for the all articles +-- in the page table updated for all the articles -- that have been visited.) -- CREATE TABLE /*_*/hitcounter (