documentation
This commit is contained in:
parent
be3a0f0d94
commit
9f6bb34d41
1 changed files with 3 additions and 1 deletions
|
|
@ -1256,7 +1256,9 @@ function wfMkdirParents( $fullDir, $mode ) {
|
|||
return true;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Increment a statistics counter
|
||||
*/
|
||||
function wfIncrStats( $key ) {
|
||||
global $wgDBname, $wgMemc;
|
||||
$key = "$wgDBname:stats:$key";
|
||||
|
|
|
|||
Loading…
Reference in a new issue