From: Tim Laqua Date: Thu, 6 Sep 2007 04:16:07 +0000 (+0000) Subject: (m) Removing debug comment. X-Git-Tag: 1.31.0-rc.0~51499 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=87054e03eb14e189c3fb497c397c1170c20df579;p=lhc%2Fweb%2Fwiklou.git (m) Removing debug comment. --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 3a875450a5..6f20746e2f 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -844,7 +844,6 @@ class EditPage { $sectionanchor = $this->sectionAnchor( $this->summary ); # This is a new section, so create a link to the new section # in the revision summary. - //$parsedSummary = $this->pseudoParseSectionAnchor( $this->summary ); $cleanSummary = $this->pseudoParseSectionAnchor( $this->summary ); $sectionanchor = $this->sectionAnchor( $cleanSummary ); $this->summary = wfMsgForContent('newsectionsummary') .