. */ if (!defined('TXP_UPDATE')) { exit("Nothing here. You can't access this file directly."); } safe_create_index('txp_plugin', 'status, type', 'status_type_idx'); // Preserve old tag behaviour during upgrades. safe_update('txp_page', "user_html = REPLACE(user_html, '', '')", "1 = 1"); safe_update('txp_page', "user_html = REPLACE(user_html, '', '')", "1 = 1"); safe_update('txp_form', "Form = REPLACE(Form, '', '')", "1 = 1"); safe_update('txp_form', "Form = REPLACE(Form, '', '')", "1 = 1");