. */ if (!defined('TXP_UPDATE')) { exit("Nothing here. You can't access this file directly."); } // ... and Sections... $cols = getThings('describe `'.PFX.'txp_section`'); if (!in_array('permlink_mode', $cols)) { safe_alter('txp_section', "ADD permlink_mode VARCHAR(63) NOT NULL AFTER css"); }