* which would in any way restrict the ability of any third party to use the * Licensed Software. * * You must: * a) Document any modifications you make to this code including the nature of * the change, the authors of the change, and the date of the change. * b) Make the source code for any extensions you deploy available via an * Electronic Distribution Mechanism such as FTP or HTTP download. * c) Notify the licensor of the availability of source code to your extensions * and include instructions on how to acquire the source code and updates. * d) Grant Licensor a world-wide, non-exclusive, royalty-free license to use, * reproduce, perform, modify, sublicense, and distribute your extensions. * * The Original Code is: C3CRM Team * http://www.c3crm.com * 2006-5-19 * * The Initial Developer of the Original Code is C3CRM Team. * Portions created by C3CRM are Copyright (C) 2005 C3CRM * All Rights Reserved. * Contributors: Goodwill Consulting http://www.goodwill.co.id ********************************************************************************/ require_once 'modules/Paper/Paper.php'; global $mod_strings; require_once 'include/logging.php'; $focus = new Paper(); if (!isset($_REQUEST['record'])) { sugar_die($mod_strings['ERR_DELETE_RECORD']); } $focus->mark_deleted($_REQUEST['record']); header("Location: index.php?module=" . $_REQUEST['return_module'] . "&action=" . $_REQUEST['return_action'] . "&record=" . $_REQUEST['return_id']);