documentation
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 26 Jun 2005 06:29:41 +0000 (06:29 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 26 Jun 2005 06:29:41 +0000 (06:29 +0000)
includes/GlobalFunctions.php

index d050072..d310e27 100644 (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";