On Fri, 30 Apr 2004, Nuno Lopes wrote: > > IDs should be lower case. > > The problem of having IDs in lower case is that they broke livedocs. > Livedocs needs that IDs are equal to function names.
Then fix that. PHP has no case sensitive function names, so just doing strtolower() works fine there. regards, Derick
