Commit 3754aa1f authored by Nico Schallehn's avatar Nico Schallehn

test

parent fe0846b6
...@@ -265,7 +265,7 @@ class Media { ...@@ -265,7 +265,7 @@ class Media {
} }
} }
foreach ($Querys as $Query) { foreach ($Querys as $Query) {
echo $this->Console->getColoredString("Query", "light_gray", "green")." ".$Query; echo PHP_EOL.$this->Console->getColoredString("Query", "light_gray", "green")." ".$Query.PHP_EOL;
} }
$mysqli->close(); $mysqli->close();
...@@ -279,7 +279,7 @@ class Media { ...@@ -279,7 +279,7 @@ class Media {
} }
else{ else{
$Query = "INSERT INTO Genre (engname) VALUES('".$GenreName."')"; $Query = "INSERT INTO Genre (engname) VALUES('".$GenreName."')";
echo $this->Console->getColoredString("Query", "light_gray", "green")." ".$Query; echo PHP_EOL.$this->Console->getColoredString("Query", "light_gray", "green")." ".$Query.PHP_EOL;
} }
......
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