*** /update.php 2015-02-20 09:41:40.231462387 +0100 --- /update.php.1 2015-02-20 09:42:07.911466665 +0100 *************** *** 311,318 **** _debug("WARNING: please backup your database before continuing."); _debug("Type 'yes' to continue."); ! if (read_stdin() != 'yes') ! exit; for ($i = $updater->getSchemaVersion() + 1; $i <= SCHEMA_VERSION; $i++) { _debug("performing update up to version $i..."); --- 311,318 ---- _debug("WARNING: please backup your database before continuing."); _debug("Type 'yes' to continue."); ! //if (read_stdin() != 'yes') ! // exit; for ($i = $updater->getSchemaVersion() + 1; $i <= SCHEMA_VERSION; $i++) { _debug("performing update up to version $i...");