From 9754afacf7e98f525a56138dc5819363ea6340f6 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 10 May 2004 10:02:32 +0000 Subject: [PATCH] renaming function in order to remove phpdoc error it is better to have different names for different functions even when they don't conflict with each other. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7418 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/calendar/event_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/calendar/event_edit.php b/plugins/calendar/event_edit.php index 9f58e5f2..bcf71381 100644 --- a/plugins/calendar/event_edit.php +++ b/plugins/calendar/event_edit.php @@ -103,7 +103,7 @@ elseif (isset($_GET['minute'])) { /* got 'em */ // update event info -function show_event_form() { +function update_event_form() { global $color, $editor_size, $year, $day, $month, $hour, $minute, $calendardata; $tmparray = $calendardata["$month$day$year"]["$hour$minute"]; @@ -287,7 +287,7 @@ echo html_tag( 'tr', '', '', $color[0] ) . if (!isset($updated)){ //get changes to event readcalendardata(); - show_event_form(); + update_event_form(); } else { if (!isset($confirmed)){ //confirm changes -- 2.25.1