mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Removed references to session->con
This commit is contained in:
parent
ef2bc22fba
commit
e08b04a148
@ -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++) {
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user