vtenext/modules/Update/changes/1670_1671.php
2021-04-28 20:10:26 +02:00

9 lines
306 B
PHP

<?php
global $adb, $table_prefix;
// crmv@151308
$params = array('include/utils/InventoryFunctions.php', 'include/InventoryHandler.php', 'handleInventoryProductRel');
$adb->pquery("UPDATE com_{$table_prefix}_wft_entitymeth SET function_path = ? WHERE function_path = ? AND function_name = ?", $params);