fixes with new db structures

This commit is contained in:
skeeter 2000-09-28 01:01:37 +00:00
parent 854ee4f818
commit ed85618a37
2 changed files with 1 additions and 2 deletions

View File

@ -266,7 +266,7 @@
if ($format == "view")
echo "<tr><td><font size=\"-1\">" . lang("Created by") . ":</font></td>"
. "<td colspan=\"3\"><font size=\"-1\">"
. grab_owner_name($fields[owner]);
. grab_owner_name($fields["owner"]);
?></font>
</td>

View File

@ -53,7 +53,6 @@
$owner = $phpgw->db->f("ab_owner");
$ab_id = $phpgw->db->f("ab_id");
form("view","","View",$fields);
?>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="95%">