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:
Klaus Leithoff 2010-04-30 09:29:21 +00:00
parent 5ebd54a56f
commit 165a5d6e0a

View File

@ -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);