Added hints, remove old code.

This commit is contained in:
Thomas Leister 2014-12-14 12:53:14 +01:00
parent 8a52f45fb6
commit f43f660a31

View file

@ -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']);