Code: Select all
setlocale(): Passing locale category name as string is deprecated. Use the LC_* -constants instead.Code: Select all
setlocale ("LC_TIME", "$locale");Could anybody explain to me what exactly this is supposed to do??
Moderator: General Moderators
Code: Select all
setlocale(): Passing locale category name as string is deprecated. Use the LC_* -constants instead.Code: Select all
setlocale ("LC_TIME", "$locale");Code: Select all
setlocale ("LC_TIME", "$locale");Code: Select all
setlocale(LC_TIME, $locale);