Commit 1d92ea89 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 7a9ecbd3
...@@ -84,7 +84,7 @@ class Media { ...@@ -84,7 +84,7 @@ class Media {
} }
public function filme($action = "einlesen"){ public function filme($action = "einlesen"){
$start = time(); $start = time();
//if($action == "einlesen"){ if(in_array($action, array( "einlesen","update", "check"))){
//var_dump($this->config); //var_dump($this->config);
echo $this->Console->getColoredString("Filme > ".$action, "black", "light_gray") .PHP_EOL; echo $this->Console->getColoredString("Filme > ".$action, "black", "light_gray") .PHP_EOL;
...@@ -218,7 +218,7 @@ class Media { ...@@ -218,7 +218,7 @@ class Media {
//trim(fgets(STDIN)); //trim(fgets(STDIN));
echo PHP_EOL; echo PHP_EOL;
//return ; //return ;
//} }
/* /*
else if($action == "update"){ else if($action == "update"){
echo $this->Console->getColoredString("Filme > update", "black", "light_gray") .PHP_EOL; echo $this->Console->getColoredString("Filme > update", "black", "light_gray") .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