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

an weitere Stelle Leerzeichen entfernt (trim)

parent f306d12c
...@@ -679,8 +679,8 @@ class Media { ...@@ -679,8 +679,8 @@ class Media {
echo "done".PHP_EOL; echo "done".PHP_EOL;
} }
}else{ }else{
$keys[] = $key; $keys[] = trim($key);
$values[] = "'".mysql_escape_string(($value))."'"; //TODO ggf. utf8_encode einbauen?! $values[] = "'".mysql_escape_string(trim($value))."'"; //TODO ggf. utf8_encode einbauen?!
} }
} }
echo " Film eintragen... "; 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