Commit 47a83bdb authored by Nico Schallehn's avatar Nico Schallehn

1. Bug behoben

parent c4605d42
...@@ -310,7 +310,7 @@ class Media { ...@@ -310,7 +310,7 @@ class Media {
// und Jetzt Querys Ausführen... // und Jetzt Querys Ausführen...
$Querys= array(); $Querys= array();
$keys = array("views", "check", "comment"); $keys = array("views", "checked", "comment");
$values = array(0, "null", "''"); $values = array(0, "null", "''");
foreach ($DataArr as $key => $value) { foreach ($DataArr as $key => $value) {
......
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