https://bugzilla.wikimedia.org/show_bug.cgi?id=24042
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from JeLuF <[email protected]> 2010-06-19 20:42:49 UTC --- Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 892) +++ InitialiseSettings.php (working copy) @@ -1849,6 +1849,13 @@ 'WP' => NS_PROJECT, 'WT' => NS_PROJECT_TALK, ), + 'enwikibooks' => array( + 'WB' => 4, + 'WJ' => 110, + 'CAT' => 14, + 'COOK' => 102, + 'SUB' => 112, + ), 'enwikinews' => array( 'WN' => NS_PROJECT, 'CAT' => NS_CATEGORY, -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
