diff --git a/include/user_common.php b/include/user_common.php index 9e6e29b8c..94f62feb4 100644 --- a/include/user_common.php +++ b/include/user_common.php @@ -188,7 +188,7 @@ function InsertJrnx($p_cn,$p_type,$p_user,$p_jrn,$p_poste,$p_date,$p_amount,$p_g function InsertJrn($p_cn,$p_date,$p_echeance,$p_jrn,$p_comment,$p_amount,$p_grpt,$p_periode) { - echo_debug ("InsertJrn param + echo_debug (__FILE__,__LINE__,"InsertJrn param p_date $p_date p_poste $p_comment p_amount $p_amount p_grpt = $p_grpt p_periode = $p_periode p_echeance = $p_echeance comment = $p_comment"); $p_comment=FormatString($p_comment);