Removed references to session->con

This commit is contained in:
jengo 2000-09-05 03:35:42 +00:00
parent ef2bc22fba
commit e08b04a148
2 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@
<td>Title:</td>
<td><input name="title" value="<?php echo $phpgw->db->f("title"); ?>"></td>
<td rowspan="2">
<img src="<?php echo $phpgw->link($phpgw_info["server"]["webserver_url"] . "/hr/view_image.php","con=" . $phpgw->session->con); ?> width="100" height="120">
<img src="<?php echo $phpgw->link($phpgw_info["server"]["webserver_url"] . "/hr/view_image.php","con=" . $phpgw_info["user"]["con"]); ?> width="100" height="120">
</td>
</tr>