Remove the function echo_debug which is now obsolete

This commit is contained in:
Dany De Bontridder 2010-05-11 23:40:42 +00:00
parent b939d0cc95
commit 8eb47d8afd
68 changed files with 1 additions and 336 deletions

View file

@ -107,7 +107,6 @@ if ( isset ( $_POST["Ajout"] ) ) {
(string) $p_parent != (string)(int) $p_parent) {
$p_parent=substr($p_val,0,strlen($p_val)-1);
}
echo_debug('pcmn_update.php',__LINE__,"Ajout valeur = $p_val parent = $p_parent");
}
/* Parent existe */
$Ret=$cn->exec_sql("select pcm_val from tmp_pcmn where pcm_val=$1",array($p_parent));