mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
fixes with new db structures
This commit is contained in:
parent
854ee4f818
commit
ed85618a37
@ -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>
|
||||
|
@ -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%">
|
||||
|
Loading…
Reference in New Issue
Block a user