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
/* 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"];
if (!isset($updated)){
//get changes to event
readcalendardata();
- show_event_form();
+ update_event_form();
} else {
if (!isset($confirmed)){
//confirm changes