forked from extern/egroupware
fixes with new db structures
This commit is contained in:
parent
854ee4f818
commit
ed85618a37
@ -266,7 +266,7 @@
|
|||||||
if ($format == "view")
|
if ($format == "view")
|
||||||
echo "<tr><td><font size=\"-1\">" . lang("Created by") . ":</font></td>"
|
echo "<tr><td><font size=\"-1\">" . lang("Created by") . ":</font></td>"
|
||||||
. "<td colspan=\"3\"><font size=\"-1\">"
|
. "<td colspan=\"3\"><font size=\"-1\">"
|
||||||
. grab_owner_name($fields[owner]);
|
. grab_owner_name($fields["owner"]);
|
||||||
|
|
||||||
?></font>
|
?></font>
|
||||||
</td>
|
</td>
|
||||||
|
@ -53,7 +53,6 @@
|
|||||||
|
|
||||||
$owner = $phpgw->db->f("ab_owner");
|
$owner = $phpgw->db->f("ab_owner");
|
||||||
$ab_id = $phpgw->db->f("ab_id");
|
$ab_id = $phpgw->db->f("ab_id");
|
||||||
|
|
||||||
form("view","","View",$fields);
|
form("view","","View",$fields);
|
||||||
?>
|
?>
|
||||||
<TABLE border=0 cellPadding=0 cellSpacing=0 width="95%">
|
<TABLE border=0 cellPadding=0 cellSpacing=0 width="95%">
|
||||||
|
Loading…
Reference in New Issue
Block a user