Files
crm.e5.pl/modules/EcmProducts/cd.php
2024-04-27 09:23:34 +02:00

9 lines
257 B
PHP
Executable File

<?php
if($_REQUEST['set']!="" && $_REQUEST['record']!=""){
echo "?";
$w=$GLOBALS['db']->query("update ecmproducts set active='".$_REQUEST['set']."' where id='".$_REQUEST['record']."'");
}
header("Location: index.php?action=index&module=EcmProducts");
?>