Commit 663bcfdb authored by Nico Schallehn's avatar Nico Schallehn

an weitere Stelle Leerzeichen entfernt (trim)

parent f306d12c
......@@ -679,8 +679,8 @@ class Media {
echo "done".PHP_EOL;
}
}else{
$keys[] = $key;
$values[] = "'".mysql_escape_string(($value))."'"; //TODO ggf. utf8_encode einbauen?!
$keys[] = trim($key);
$values[] = "'".mysql_escape_string(trim($value))."'"; //TODO ggf. utf8_encode einbauen?!
}
}
echo " Film eintragen... ";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment