From: Aaron Schulz Date: Wed, 19 Nov 2008 00:02:23 +0000 (+0000) Subject: * Remove incomplete isFileCacheable(), the parent one is fine X-Git-Tag: 1.31.0-rc.0~44272 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=a6c6f7361d530121923eb0e48ec64e5eb51b3b8f;p=lhc%2Fweb%2Fwiklou.git * Remove incomplete isFileCacheable(), the parent one is fine * Break long line --- diff --git a/includes/Category.php b/includes/Category.php index dcb44609b1..8dc7978408 100644 --- a/includes/Category.php +++ b/includes/Category.php @@ -1,6 +1,8 @@ getVal( 'from' ) - || $wgRequest->getVal( 'until' ) - ) ? false : true; - } - function openShowCategory() { # For overloading }