From: Tim Starling Date: Sun, 26 Jun 2005 06:29:41 +0000 (+0000) Subject: documentation X-Git-Tag: 1.5.0beta1~11 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/%22%24ccApp/ecrire?a=commitdiff_plain;h=9f6bb34d4135617cee9f7acfe1127a91d057a4f8;p=lhc%2Fweb%2Fwiklou.git documentation --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index d050072a32..d310e2749f 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1256,7 +1256,9 @@ function wfMkdirParents( $fullDir, $mode ) { return true; } - +/** + * Increment a statistics counter + */ function wfIncrStats( $key ) { global $wgDBname, $wgMemc; $key = "$wgDBname:stats:$key";