mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
removed extraneous }
This commit is contained in:
parent
7647221d96
commit
6720b21d68
@ -14,6 +14,7 @@
|
||||
- Added select box option for multiable domains in login.php
|
||||
- Fixed proxy server support for headlines and check for new version on main screen.
|
||||
- Fixed headlines preferences and converted headline preferences to a template
|
||||
- Fixed pgsql upgrade from beta path.
|
||||
|
||||
[0.9.7] - Fixed SQL error in tts
|
||||
- Fixed table locking in admin -> edit account
|
||||
|
@ -721,7 +721,6 @@
|
||||
$cal_description = $db->f("cal_description");
|
||||
$db2->query("INSERT INTO calendar_entry(cal_id,cal_owner,cal_group,cal_datetime,cal_mdatetime,cal_edatetime,cal_priority,cal_type,cal_access,cal_name,cal_description) VALUES(".$cal_id.",".$cal_owner.",'".$cal_group."',".cal_datetime.",".$cal_mdatetime.",".$cal_edatetime.",".$cal_priority.",'".$cal_type."','".$cal_access."','".$cal_name."','".$cal_description."')",__LINE__,__FILE__);
|
||||
}
|
||||
}
|
||||
$sql = "DROP TABLE TEMP";
|
||||
$db->query($sql,__LINE__,__FILE__);
|
||||
$currentver = "0.9.7pre3";
|
||||
|
Loading…
Reference in New Issue
Block a user