Functions
edit_meetings.php File Reference

Displays a form for adding and undeleting meetings. More...

Functions

 DisplayMeetingForm ($in_http_vars)
 This returns a form, used to create and undelete meetings.
 DisplayNewMeetingForm ($in_http_vars)
 Return the HTML for a small form to add a new meeting.
 GetDeletedMeetings ()
 Returns an array of all the change objects that contain deleted meetings that the current user has the authorization to edit.

Detailed Description

Displays a form for adding and undeleting meetings.

This file is part of the Basic Meeting List Toolbox (BMLT).

Find out more at: http://magshare.org/bmlt

BMLT is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

BMLT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this code. If not, see <http://www.gnu.org/licenses/>.


Function Documentation

DisplayMeetingForm ( in_http_vars)

This returns a form, used to create and undelete meetings.

Returns:
a string, containing the HTML for the form
Parameters:
in_http_varsAn associative array that is a blend of the $_POST and $_GET arrays.

Referenced by GetControlPanelHTML().

DisplayNewMeetingForm ( in_http_vars)

Return the HTML for a small form to add a new meeting.

Returns:
a string, containing the form's HTML.
Parameters:
in_http_varsAn associative array that is a blend of the $_POST and $_GET arrays.

Referenced by DisplayMeetingForm().

GetDeletedMeetings ( )

Returns an array of all the change objects that contain deleted 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.
 All Classes Files Functions Variables Enumerations