mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
unset and at the end of processing loop, as they are used as indicator, that the entry is an hooked-app-entry; some codeformatting
This commit is contained in:
parent
5ebd54a56f
commit
165a5d6e0a
@ -408,6 +408,8 @@ class calendar_uilist extends calendar_ui
|
||||
}
|
||||
|
||||
$rows[] = $event;
|
||||
unset($app);
|
||||
unset($app_id);
|
||||
}
|
||||
$wv=0;
|
||||
$dv=0;
|
||||
@ -602,6 +604,8 @@ class calendar_uilist extends calendar_ui
|
||||
$msg = lang('Timesheet entries created for ');
|
||||
break;
|
||||
}
|
||||
unset($app);
|
||||
unset($app_id);
|
||||
}
|
||||
|
||||
return ($failure == 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user