Functions
meeting_reports.php File Reference

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.

Function Documentation

DisplayChangedMeetingReports ( in_http_vars)

This returns the HTML for the meeting reports area of the admin control panel.

Returns:
display-ready HTML for the dropdown panel.
Parameters:
in_http_varsThe $_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.

Returns:
display-ready HTML for the dropdown panel.
Parameters:
in_http_varsThe $_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.

Returns:
display-ready HTML for the dropdown panel.
Parameters:
in_http_varsThe $_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.

Returns:
an array of references to c_comdef_change objects, sorted by change date, with the last changed objects first in the array.
Parameters:
in_change_typeThe change type. Can be:
  • 'comdef_change_type_new' - New object
  • 'comdef_change_type_delete' - Deleted the object
  • 'comdef_change_type_change' - Changed existing object
  • 'comdef_change_type_rollback' - Rolled existing object back to a previous version

Referenced by DisplayChangedMeetingReports(), and DisplayDeletedMeetingReports().

 All Classes Files Functions Variables Enumerations