in['mark'] == 0) { ?>
This upgrade will take from Bugdar 1.2.0 Beta 1 to Bugdar 1.2.0 Beta 2.
To begin the process, please click the button below.
in['mark'] == 1) { ?>To support multiple usergroups per user, a small addition of the groupids field must be made.
query("ALTER TABLE " . TABLE_PREFIX . "user ADD groupids TEXT NULL"); } // ################################################################### if ($input->in['mark'] == 2) { ?>This step finishes the upgrade by inreasing your version number.
query("UPDATE " . TABLE_PREFIX . "setting SET value = '1.2.0 Beta 2' WHERE varname = 'trackerversion'"); build_settings(); ?> ... done.