Bug : invalid string make the pcmn_update fail
This commit is contained in:
parent
ca0b1fb526
commit
3c009d22e9
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ if ( isset ($_POST["update"] ) ) {
|
|||
echo_debug("name $name $element");
|
||||
}
|
||||
$p_val=trim($_POST["p_val"]);
|
||||
$p_lib=trim($_POST["p_name"]);
|
||||
$p_lib=FormatString($_POST["p_name"]);
|
||||
$p_parent=trim($_POST["p_val_parent"]);
|
||||
$old_line=trim($_POST["p_old"]);
|
||||
echo_debug("Update old : $old_line News = $p_val $p_lib");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue