From 9f6bb34d4135617cee9f7acfe1127a91d057a4f8 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 26 Jun 2005 06:29:41 +0000 Subject: [PATCH] documentation --- includes/GlobalFunctions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"; -- 2.20.1