createCSVReorts()
This commit is contained in:
@@ -73,4 +73,7 @@ switch ($_GET["action"]) {
|
||||
$db->query("UPDATE ecmproducts SET exportedAt='$exportedAt' WHERE id='$id'");
|
||||
break;
|
||||
}
|
||||
case 'createCSVReports':
|
||||
createCSVReports();
|
||||
break;
|
||||
}
|
||||
Reference in New Issue
Block a user