$value) { db_process_sql_update('tupdate_settings', array('value' => $value), array('key' => $key)); } ui_print_success_message(__('License updated')); } ui_require_javascript_file_enterprise('load_enterprise'); enterprise_include_once('include/functions_license.php'); $license = enterprise_hook('license_get_info'); $rows = db_get_all_rows_in_table('tupdate_settings'); $settings = new StdClass; foreach ($rows as $row) { $settings->$row['key'] = $row['value']; } echo ''; echo '
'; echo ' '; ?>