in['mark'] == 0) { ?>

Welcome to Bugdar

This upgrade will take from Bugdar 1.1.3 to Bugdar 1.1.4.

To begin the process, please click the button below.

in['mark'] == 1) { ?>

Schema Changes

Changing the storage type of the time zone field from INT to FLOAT to fix a bug.

query("ALTER TABLE " . TABLE_PREFIX . "user CHANGE timezone timezone float(4) NOT NULL DEFAULT 0"); echo "... done
\n"; } // ################################################################### if ($input->in['mark'] == 2) { ?>

Version Number Change

This step finishes the upgrade by inreasing your version number.

query("UPDATE " . TABLE_PREFIX . "setting SET value = '1.1.4' WHERE varname = 'trackerversion'"); build_settings(); ?> ... done.