Bug 124970 Who indents oddly because we aren't using LDAP

r=mcafee
This commit is contained in:
timeless%mac.com 2002-02-12 21:30:25 +00:00
parent e57334cab5
commit c50ada68e0

View File

@ -168,8 +168,12 @@ Can't contact the directory server at $ldapserver:$ldapport</font>\n";
$checkins = $checkincount{$p};
print "<tr>\n";
print "<td>$fullname{$p}</td>\n";
print "<td>" . GenerateUserLookUp($uname, $namepart, $p) . "</td>\n";
if ($fullname{$p}) {
print "<td>$fullname{$p}</td>\n<td>";
} else {
print "<td colspan=2>";
}
print GenerateUserLookUp($uname, $namepart, $p) . "</td>\n";
print "<td><a href=\"showcheckins.cgi?person=" . url_quote($uname);
print BatchIdPart() . "\"> $checkins ";
print Pluralize('change', $checkins) . "</a>$extra</td>\n";