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

@ -65,8 +65,8 @@
}
$table_locks = array('preferences','todo','addressbook','accounts','users_headlines',
'webcal_entry','webcal_entry_user','webcal_entry_repeats',
'webcal_entry_groups');
'webcal_entry','webcal_entry_user','webcal_entry_repeats',
'webcal_entry_groups');
$phpgw->db->lock($table_locks);
for ($i=0; $i<count($cal_id); $i++) {

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>