https://bugzilla.wikimedia.org/show_bug.cgi?id=33614

--- Comment #11 from Bawolff <bawolff...@gmail.com> 2012-03-14 18:00:00 UTC ---
preg_grep( "/" . preg_quote( wfMsgForContent( "MediaWiki:Hidden-categories" ),
"/" ) ."/", ...

Would work, which is what I believe you were trying to get at (In theory
anyways, I haven't tested it). However, I think it would be preferable to look
for the cat_hidden prop in page_props table when doing the actual db query.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to