Functions | |
| DisplayMeetingReports ($in_http_vars) | |
| This returns the HTML for the meeting reports area of the admin control panel. | |
| DisplayChangedMeetingReports ($in_http_vars) | |
| This returns the HTML for the meeting reports area of the admin control panel. | |
| DisplayDeletedMeetingReports ($in_http_vars) | |
| This returns the HTML for the meeting reports area of the admin control panel. | |
| GetChangedMeetings ($in_change_type) | |
| Returns an array of all the change objects that contain changed meetings that the current user has the authorization to edit. | |
| DisplayChangedMeetingReports | ( | $ | in_http_vars | ) |
This returns the HTML for the meeting reports area of the admin control panel.
| in_http_vars | The $_GET and $_POST variables, in an associative array. |
Referenced by DisplayMeetingReports().
| DisplayDeletedMeetingReports | ( | $ | in_http_vars | ) |
This returns the HTML for the meeting reports area of the admin control panel.
| in_http_vars | The $_GET and $_POST variables, in an associative array. |
Referenced by DisplayMeetingReports().
| DisplayMeetingReports | ( | $ | in_http_vars | ) |
This returns the HTML for the meeting reports area of the admin control panel.
| in_http_vars | The $_GET and $_POST variables, in an associative array. |
| GetChangedMeetings | ( | $ | in_change_type | ) |
Returns an array of all the change objects that contain changed meetings that the current user has the authorization to edit.
| in_change_type | The change type. Can be:
|
Referenced by DisplayChangedMeetingReports(), and DisplayDeletedMeetingReports().
1.7.4