forked from extern/egroupware
Cleaned up fix for calendar
This commit is contained in:
parent
37d53dce3a
commit
622f01935d
@ -168,17 +168,9 @@ if (! $error) {
|
||||
|
||||
|
||||
while ($participant = each($participants)) {
|
||||
// for ($i = 0; $i < count($participants); $i++) {
|
||||
// Rewrite
|
||||
$sql = "INSERT INTO webcal_entry_user (cal_id,cal_login,cal_status ) "
|
||||
. "VALUES ($id, '" . $participant[1] . "', 'A')";
|
||||
$phpgw->db->query($sql);
|
||||
$phpgw->db->query("INSERT INTO webcal_entry_user (cal_id,cal_login,cal_status ) "
|
||||
. "VALUES ($id, '" . $participant[1] . "', 'A')");
|
||||
}
|
||||
|
||||
// if (count($participants) == 0)
|
||||
// $phpgw->db->query("insert into webcal_entry_user (cal_id,cal_login,cal_status"
|
||||
// . ") values ($id,'" . $phpgw_info["user"]["userid"] . "','A' )");
|
||||
// }
|
||||
|
||||
if (strlen($rpt_type) || ! strcmp($rpt_type,'none') == 0) {
|
||||
// clearly, we want to delete the old repeats, before inserting new...
|
||||
|
@ -5,6 +5,7 @@
|
||||
- Fixed email/folders.php not showing the number of messages in the INBOX.
|
||||
- Fixed messages that where being passed around in the headlines admin section.
|
||||
- Fixed setup script not working properly with certain version of MySQL.
|
||||
- Fixed the participants list in the calendar.
|
||||
|
||||
[0.9.1] - Fixed a few missing variables with templates.
|
||||
- editing a product in the inventory program now forwards you back to the category
|
||||
|
Loading…
Reference in New Issue
Block a user