Added hints, remove old code.
This commit is contained in:
parent
8a52f45fb6
commit
f43f660a31
1 changed files with 0 additions and 3 deletions
|
@ -5,9 +5,6 @@
|
|||
if($savemode === "edit"){
|
||||
$id = $db->escape_string($_POST['id']);
|
||||
|
||||
$source = str_replace(array("\r", "\n"), "", $source);
|
||||
$destination = str_replace(array("\r", "\n"), "", $destination);
|
||||
|
||||
$source = $db->escape_string($_POST['source']);
|
||||
$destination = $db->escape_string($_POST['destination']);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue