This commit is contained in:
Gerald Raab
2008-02-07 10:25:29 +00:00
parent 3f4a47d299
commit 4344117935
3 changed files with 23 additions and 6 deletions
+8 -2
View File
@@ -85,8 +85,14 @@
foreach ($files as $f)
{
if (is_dir($dir.$f) && $f != "." && $f != "..")
{
if (!key_exists($f, $lv_arr[$row->studiengang_kz][$i]))
{
if ($row->studiengang_kz == 999)
$text .= $f."<br>";
else if (!key_exists($f, $lv_arr[$row->studiengang_kz][$i]))
{
//echo $row->studiengang_kz."/".$i."<br>";
$text .= $f."<br>";
}
}
}