fixed typo

This commit is contained in:
seek3r 2001-01-08 18:53:56 +00:00
parent edc4f81776
commit 97d92a6f69
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<tr bgcolor="486591">
<td colspan="2"><font color="fefefe">&nbsp;<b>Directory information</b></font></td>
<td colspan="2"><font color="fefefe">&nbsp;<b>Path information</b></font></td>
</tr>
</tr>

View File

@ -348,7 +348,7 @@
/* Then add the rest */
$d = dir($phpgw_info["server"]["server_root"]);
while ($entry=$d->read()){
if ($entry != "" && $completed_scripts[$appname] != True){
if ($entry != "" && $completed_scripts[$entry] != True){
$f = $phpgw_info["server"]["server_root"]."/".$entry."/setup/".$script.".inc.php";
if (file_exists($f)) {include($f);}
}