From: Antoine Musso Date: Sat, 13 Nov 2004 21:29:13 +0000 (+0000) Subject: comment about extranamespaces values that should not be >255 X-Git-Tag: 1.5.0alpha1~1345 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=08ba325d0a5927c6876d21f178a844c46a2410a4;p=lhc%2Fweb%2Fwiklou.git comment about extranamespaces values that should not be >255 see http://bugzilla.wikipedia.org/show_bug.cgi?id=719 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7d6739519c..b4aedd4f02 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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",