[dev] horde/imp/lib/base.php:48 LC_ALL changed to constant

Jon Parise jon@csh.rit.edu
Sun, 21 Jan 2001 23:48:23 -0500


On Sun, Jan 21, 2001 at 10:23:12PM -0600, Apis Hytt wrote:

> Current CVS
> 	o PHP4 reports passing locale category name as string is
> 		deprecated, use the LC_* constants instead.
> 
> horde/imp/lib/base.php:48
> 
> @setlocale('LC_ALL', $language);
> 
> 	needs to be
> 
> @setlocale(LC_ALL, $language);
> 
> 	o Same with horde/help.php:21
> 
> @setlocale(LC_ALL, $language);

Both of these have already been fixed in our CVS tree.

-- 
Jon Parise (jon@csh.rit.edu)  .  Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/  :  Computer Science House Member