Commit da26c714 authored by Nico Schallehn's avatar Nico Schallehn

test

parent f224a494
...@@ -801,6 +801,8 @@ class Media { ...@@ -801,6 +801,8 @@ class Media {
echo " done!".PHP_EOL; echo " done!".PHP_EOL;
} }
} }
var_dump($array);
exit;
foreach ($array as $key => $value) { foreach ($array as $key => $value) {
if((($value == 'n/A') OR ($value == false)) AND !($Key = '3d')){ if((($value == 'n/A') OR ($value == false)) AND !($Key = '3d')){
unset($array[$key]); unset($array[$key]);
......
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