Cleaned up fix for calendar

This commit is contained in:
jengo 2000-10-04 21:25:22 +00:00
parent 37d53dce3a
commit 622f01935d
2 changed files with 3 additions and 10 deletions

View File

@ -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...

View File

@ -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