documentation

This commit is contained in:
Tim Starling 2005-06-26 06:29:41 +00:00
parent be3a0f0d94
commit 9f6bb34d41

View file

@ -1256,7 +1256,9 @@ function wfMkdirParents( $fullDir, $mode ) {
return true;
}
/**
* Increment a statistics counter
*/
function wfIncrStats( $key ) {
global $wgDBname, $wgMemc;
$key = "$wgDBname:stats:$key";