setting property svn:keywords Id to api files that don't have it, for use in getVersion()
[lhc/web/wiklou.git] / includes / api / ApiQueryAllCategories.php
index 8449487..78ed363 100644 (file)
@@ -137,6 +137,6 @@ class ApiQueryAllCategories extends ApiQueryGeneratorBase {
        }
 
        public function getVersion() {
-               return __CLASS__ . ': $Id: ApiQueryAllLinks.php 28216 2007-12-06 18:33:18Z vasilievvv $';
+               return __CLASS__ . ': $Id$';
        }
 }