comment about extranamespaces values that should not be >255
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 13 Nov 2004 21:29:13 +0000 (21:29 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 13 Nov 2004 21:29:13 +0000 (21:29 +0000)
see http://bugzilla.wikipedia.org/show_bug.cgi?id=719

includes/DefaultSettings.php

index 7d67395..b4aedd4 100644 (file)
@@ -754,7 +754,7 @@ $wgUseRCPatrol = true;
 # PLEASE NOTE: Once you delete a namespace, the pages in that namespace will no longer be accessible.
 # If you rename it, then you can access them through the new namespace name.
 #
-# Custom namespaces should start at 100.
+# Custom namespaces should start at 100 and stop at 255 (hard limit set by database)
 #$wgExtraNamespaces =
 #      array(100 => "Hilfe",
 #            101 => "Hilfe_Diskussion",