View Single Post
Old
  (#2 (permalink))
dac
Junior Member
 
Status: Offline
Posts: 32
Join Date: Feb 2003
08-07-2003, 12:07 AM

Problem Solved, thanks to Audioslaved from the nuke cops forum.

Here is the fix.

Code:
setlocale ("LC_TIME", "$locale")
Changed to
Code:
setlocale (LC_TIME, $locale)
   
Reply With Quote