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 5380 2011-02-21 12:04:43Z 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");
|