Try removing the double quotes around LC_TIME

Neil

Mike At Spy wrote:
*******************************************************************************
This Message Was Virus Checked With : SAVI 3.69 May 2003
Last Updated/Checked 2nd June 2003 *******************************************************************************



I've been getting a warning on one of my scripts since I upgraded from 4.1.2 to the most recent version of PHP. The warning is:

Warning: setlocale(): Passing locale category name as string is deprecated.
Use the LC_* -constants instead


The script at the line that is failing sez:


setlocale ("LC_TIME", "$locale");

This script isn't mine off hand - what do I look for?  I'm not sure I
understand the error message.  :\

Thanks!

-Mike




-- ---------------------- www.curvedvision.com ----------------------


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to