From: Domas Mituzas Date: Thu, 15 Feb 2007 15:41:21 +0000 (+0000) Subject: small comment on top of function (about previous commit :) X-Git-Tag: 1.31.0-rc.0~54038 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=6c10483a1ff544c4eb5b428c22c9f5831c0f4efa;p=lhc%2Fweb%2Fwiklou.git small comment on top of function (about previous commit :) --- diff --git a/includes/SpecialCategories.php b/includes/SpecialCategories.php index 93362146c2..eea2161227 100644 --- a/includes/SpecialCategories.php +++ b/includes/SpecialCategories.php @@ -29,6 +29,7 @@ class CategoryPager extends AlphabeticPager { return "cl_to"; } + /* Override getBody to apply LinksBatch on resultset before actually outputting anything. */ function getBody() { if (!$this->mQueryDone) { $this->doQuery();