On Fri, Jun 18, 2004 at 04:45:22AM +0100, Kate L Pugh wrote:
It's not working quite right - for example I added a node on London to the "Clubs and Societies" category and despite the prior existence of "Category Clubs And Societies" it went ahead and auto-created "Category Clubs and Societies". It needs to ucfirst the category name before it checks for existence.
ucfirst won't help in this case, presumably, since the "a" of "and" isn't the first character.
(Case-insensitivity works fine for all other aspects of categories and locales as far as I know.)
Shouldn't node_exists be fixed to be case-insensitive, instead?
Dom.