Enumerations | Variables
delete_meeting_ajax.php File Reference

This is a handler that is called from an AJAX call, and it is how a meeting is deleted. The user session is checked to ensure that the user is authorized to edit the meeting. More...

Enumerations

enum  BMLT_EXEC

Variables

 $server = c_comdef_server::MakeServer()

Detailed Description

This is a handler that is called from an AJAX call, and it is how a meeting is deleted. The user session is checked to ensure that the user is authorized to edit the meeting.

This echoes one of two JSON objects.

If there is failure, then the JSON object will contain the following:

If there is success, then the JSON object will contain the following:

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/>.


Enumeration Type Documentation

enum BMLT_EXEC

Variable Documentation

$server = c_comdef_server::MakeServer()
 All Classes Files Functions Variables Enumerations