query("update ecmproducts set active='".$_REQUEST['set']."' where id='".$_REQUEST['record']."'"); } header("Location: index.php?action=index&module=EcmProducts"); ?>