init
This commit is contained in:
4
modules/EcmProducts/saveDesc.php
Executable file
4
modules/EcmProducts/saveDesc.php
Executable file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$GLOBALS['db']->query("update ecmproducts set add_status='".$_REQUEST['add_status']."',description='".$_REQUEST['desc']."' where id='".$_REQUEST['id']."'");
|
||||
echo $_REQUEST['desc'];
|
||||
?>
|
||||
Reference in New Issue
Block a user