View Single Post
Old
  (#2 (permalink))
BosnaUsrcu
Junior Member
 
Status: Offline
Posts: 17
Join Date: May 2003
05-24-2003, 06:08 PM

try replacing all

setlocale (LC_TIME, $locale);

in mainfile.php, and all other files where setlocale (LC_TIME, $locale); appears with


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


let me know if this works for you
   
Reply With Quote