2017-08-27 14:42:28 +02:00
|
|
|
*** /update.php 2015-02-20 09:41:40.231462387 +0100
|
|
|
|
--- /update.php.1 2015-02-20 09:42:07.911466665 +0100
|
2015-02-20 09:47:33 +01:00
|
|
|
***************
|
|
|
|
*** 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...");
|