Commit 3b9a004a authored by Nico Schallehn's avatar Nico Schallehn

doppelte stelle auskommentiert

parent 34eb068d
...@@ -955,9 +955,9 @@ class Media { ...@@ -955,9 +955,9 @@ class Media {
if($Film['views']>0){ if($Film['views']>0){
$co.= ' <tag>gesehen</tag>'.PHP_EOL; $co.= ' <tag>gesehen</tag>'.PHP_EOL;
} }
if($Film['views']>0){ /*if($Film['views']>0){
$co.= ' <tag>gesehen</tag>'.PHP_EOL; $co.= ' <tag>gesehen</tag>'.PHP_EOL;
} }*/
$co.= ' <tag>'.$Film['resolution'].'</tag>'.PHP_EOL; $co.= ' <tag>'.$Film['resolution'].'</tag>'.PHP_EOL;
$co.= ' <tag>Festplatte '.$Film['hdd'].'</tag>'.PHP_EOL; $co.= ' <tag>Festplatte '.$Film['hdd'].'</tag>'.PHP_EOL;
switch ($Film['checked']) { switch ($Film['checked']) {
......
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