ho un problemino ho caricato il Burning Board 1.1.1 forum che ho trovato nella sezione script.
quando visualizzo un thread mi da in cima alla pagina il seguente errore:

Warning: setlocale(): Passing locale category name as string is deprecated. Use the LC_* -constants instead. in D:\Inetpub\webs\vietatofumarekrit\forum\thread.php on line 141


la riga 141 continene questo script:

Codice PHP:
}
    if(
$thread_info[flags]!=1) eval ("\$quote_and_edit = \"".gettemplate("thread_quote_edit")."\";");
        
setlocale("LC_TIME""IT");
    eval (
"\$thread_postbit .= \"".gettemplate("thread_postbit")."\";");
    
$j++; 
esattamente la 141 e questa: setlocale("LC_TIME", "IT");

in cosa consiste l'errore...