get('widgetid'); $widgetModule = $request->get('widgetmodule'); $tabId = getTabid($widgetModule); $adb = \PearDatabase::getInstance(); $sql = 'SELECT * FROM vtiger_tools_listwidget WHERE id = ?'; $result = $adb->pquery($sql, array($widgetId)); $data = $adb->fetchByAssoc($result); $settings = json_decode(html_entity_decode($data['settings']), true); $containerId = md5(microtime(true)); ob_start(); ?>