PDA

View Full Version : setlocale() warning


yzztik
06-28-2003, 12:42 PM
Warning: setlocale(): Passing locale category name as string is deprecated. Use the LC_* -constants instead. in /home/friend/public_html/forum/links/adminlinks.php on line 604

I am getting this Warning when I visit one of my files. The file still works, but for every entry I get this and I am sick of looking at it. Anyone have any idea how to convert the code to the right thing?

The line it seems to have a problem with is this:

setlocale ("LC_TIME", "de_DE");

Can anyone help?

Thanks!

yzztik
06-28-2003, 12:51 PM
Nevermind, I commented it out the line and it took care of the warning. Nothing seems to have broken but can anyone tell me if that line is really needed for anything crucial?