From: Mr. E23 Date: Sun, 9 Nov 2003 23:26:02 +0000 (+0000) Subject: Removed redundant PersistentLC query X-Git-Tag: 1.1.0~181 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=35529387d8340d8ce71012a9e1bb7ef4acdf7e36;p=lhc%2Fweb%2Fwiklou.git Removed redundant PersistentLC query --- diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index 36661905c5..547aa515b6 100644 --- a/includes/LinksUpdate.php +++ b/includes/LinksUpdate.php @@ -21,11 +21,6 @@ class LinksUpdate { /* Update link tables with outgoing links from an updated article */ /* Relies on the 'link cache' to be filled out */ - if ( $wgEnablePersistentLC ) { - // Make sure links cache is regenerated on next load - wfQuery("DELETE FROM linkscc WHERE lcc_title = '{$safeTitle}'", DB_WRITE); - } - if ( !$wgUseBetterLinksUpdate ) { $this->doDumbUpdate(); return;