From 68d7b4c94c7e7b85426e1b9fe1abf362b00fd573 Mon Sep 17 00:00:00 2001 From: jengo Date: Wed, 27 Sep 2000 22:13:33 +0000 Subject: [PATCH] view.php is now updated for the new accounts table --- calendar/view.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/calendar/view.php b/calendar/view.php index 5568482fbb..84d2dcfa6e 100755 --- a/calendar/view.php +++ b/calendar/view.php @@ -138,11 +138,11 @@ : db->query("SELECT webcal_entry_user.cal_login, accounts.lastname, " - . "accounts.firstname, webcal_entry_user.cal_status " + $phpgw->db->query("SELECT webcal_entry_user.cal_login, accounts.account_lastname, " + . "accounts.account_firstname, webcal_entry_user.cal_status " . "FROM webcal_entry_user, accounts WHERE webcal_entry_user." . "cal_id='$id' AND webcal_entry_user.cal_login = accounts." - . "loginid"); + . "account_lid"); $first = 1; while ($phpgw->db->next_record()) {