2001-03-30 06:42:23 +02:00
|
|
|
<?php
|
2005-11-09 00:15:14 +01:00
|
|
|
/**************************************************************************\
|
|
|
|
* eGroupWare *
|
|
|
|
* http://www.egroupware.org *
|
|
|
|
* -------------------------------------------- *
|
|
|
|
* This program 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 2 of the License, or (at your *
|
|
|
|
* option) any later version. *
|
|
|
|
\**************************************************************************/
|
2001-03-30 06:42:23 +02:00
|
|
|
/* $Id$ */
|
|
|
|
|
2005-11-09 00:15:14 +01:00
|
|
|
$socal =& CreateObject('calendar.socal');
|
|
|
|
$socal->change_delete_user((int)$_POST['account_id'],(int)$_POST['new_owner']);
|
|
|
|
unset($socal);
|