View Single Post
Old
  (#3 (permalink))
chatserv
Moderator
 
Status: Offline
Posts: 338
Join Date: Jan 2003
05-24-2003, 08:34 PM

Usually you can get rid of that error by replacing all instances of:
Code:
     setlocale ("LC_TIME", "$locale");
with:
Code:
     setlocale (LC_TIME, "$locale");
   
Reply With Quote