init
This commit is contained in:
6
modules/EcmPriceBooks/deleteProductFromPriceBook.php
Executable file
6
modules/EcmPriceBooks/deleteProductFromPriceBook.php
Executable file
@@ -0,0 +1,6 @@
|
||||
<?
|
||||
if($_REQUEST['id']){
|
||||
if($GLOBALS['db']->query("update ecmpricebooks_ecmproducts set date_modified='".date("Y-m-d H:i:s")."',modified_user_id='".$_SESSION['authenticated_user_id']."',deleted='1' where id='".$_REQUEST['id']."'"))print "ok";
|
||||
else print "no";
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user