Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: calendars.php 5125 2010-07-27 07:28:03Z RyanGordon $
| * $Id: calendars.php 5297 2010-12-28 22:01:14Z Tomm $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 391 | Zeile 391 |
---|
{ // Delete the calendar $db->delete_query("calendars", "cid='{$calendar['cid']}'");
|
{ // Delete the calendar $db->delete_query("calendars", "cid='{$calendar['cid']}'");
|
| $db->delete_query("calendarpermissions", "cid='{$calendar['cid']}'");
|
$db->delete_query("events", "cid='{$calendar['cid']}'"); $plugins->run_hooks("admin_config_calendars_delete_commit");
| $db->delete_query("events", "cid='{$calendar['cid']}'"); $plugins->run_hooks("admin_config_calendars_delete_commit");
|