Files
crm.twinpol.com/modules/EcmDevices/DeleteCustomView.php
2025-05-12 15:44:39 +00:00

8 lines
221 B
PHP
Executable File

<?
$sugarEntry=true;
global $db;
$db->query("delete from ecmdevices_customview where id='".$_REQUEST['record']."'");
header("Location: index.php?module=EcmDevices&action=DetailView&record=".$_COOKIE['pricebook_id']);
?>