From 72f9f2239f9d71eec5e2cd987f445a25618d8027 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 27 Dec 2012 14:02:55 -0500 Subject: [PATCH] Revert "Bug 7167 follow-up setting DBrevision, before pushing" This reverts commit 49d6b750cd09abfe8943720c1648894ce3aaced2. --- C4/Auth.pm | 2 +- installer/install.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 602c09530a..b04df8b041 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -587,7 +587,7 @@ sub version_check { } # check if you're uptodate, and if you're not, head to updater - my $koha39 = "3.1100001"; + my $koha39 = "3.0900028"; # Old updatedatabase method if (C4::Context->preference('Version') < $koha39) { diff --git a/installer/install.pl b/installer/install.pl index b6f66a7a82..01360e636d 100755 --- a/installer/install.pl +++ b/installer/install.pl @@ -320,7 +320,7 @@ elsif ( $step && $step == 3 ) { warn "# plack? inserted PERL5LIB $ENV{PERL5LIB}\n"; } - my $koha39 = "3.1100002"; + my $koha39 = "3.0900028"; my $cmd; # Old updatedatabase method my $current_version = C4::Context->preference('Version'); -- 2.39.2