Commit cd81c469 authored by Nico Schallehn's avatar Nico Schallehn

test

parent b7079904
......@@ -310,8 +310,8 @@ class Media {
// und Jetzt Querys Ausführen...
$Querys= array();
$keys = array("views", "checked", "comment");
$values = array(0, "null", "''");
$keys = array("views", "checked", "comment", "added");
$values = array(0, "null", "''", "'".date("Y-m-d")."'");
foreach ($DataArr as $key => $value) {
if(in_array($key, array("Genre", "Schauspieler")) ){//TODO hier weiter!!
......
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