From: tassium Date: Thu, 23 Jan 2003 20:43:29 +0000 (+0000) Subject: E_ALL fix; missing ' around index name X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=a11df61b949068712242d77e2c18311c93e63979 E_ALL fix; missing ' around index name git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4458 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/calendar/event_delete.php b/plugins/calendar/event_delete.php index d20ee7d9..0ae820a1 100644 --- a/plugins/calendar/event_delete.php +++ b/plugins/calendar/event_delete.php @@ -100,11 +100,11 @@ function confirm_deletion() ) . html_tag( 'tr', html_tag( 'td', _("Title:"), 'right', $color[4] ) . - html_tag( 'td', $tmparray[title], 'left', $color[4] ) + html_tag( 'td', $tmparray['title'], 'left', $color[4] ) ) . html_tag( 'tr', html_tag( 'td', _("Message:"), 'right', $color[4] ) . - html_tag( 'td', $tmparray[message], 'left', $color[4] ) + html_tag( 'td', $tmparray['message'], 'left', $color[4] ) ) . html_tag( 'tr', html_tag( 'td',