init
This commit is contained in:
5
modules/EcmReminders/Close.php
Normal file
5
modules/EcmReminders/Close.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?
|
||||
$GLOBALS['db']->query("update ".$_REQUEST['type']." set status='".$_REQUEST['status']."' where id='".$_REQUEST['record']."'");
|
||||
if($_REQUEST['backtoindex']==1)header("Location: index.php?module=EcmReminders&action=index");
|
||||
else header("Location: index.php?module=EcmReminders&action=ReminderWindow&to_pdf=1");
|
||||
?>
|
||||
Reference in New Issue
Block a user