dans script, LANGUAGE non obligatoire

This commit is contained in:
Dany De Bontridder 2014-10-10 19:39:23 +02:00
parent 3212c42427
commit d3d2fa033a

View file

@ -632,7 +632,7 @@ function sql_filter_per($p_cn, $p_from, $p_to, $p_form='p_id', $p_field='jr_tech
function alert($p_msg, $buffer=false)
{
$r = '<script language="javascript">';
$r = '<script>';
$r.= 'alert(\'' . j($p_msg) . '\')';
$r.= '</script>';