Line
Link Here
|
0 |
-- b/updatedatabase.pl 2015-08-08 18:27:00.000000000 +0200 |
0 |
++ a/updatedatabase.pl 2015-08-11 14:58:36.489928633 +0200 |
Lines 74-79
Link Here
|
74 |
# Record the version we are coming from |
74 |
# Record the version we are coming from |
75 |
my $original_version = C4::Context->preference("Version"); |
75 |
my $original_version = C4::Context->preference("Version"); |
|
|
76 |
if (! $original_version) { |
77 |
print "Original version not found. Are there any data in the database? It seems like an empty instance.\n"; |
78 |
exit; |
79 |
} |
76 |
# Deal with virtualshelves |
80 |
# Deal with virtualshelves |
77 |
my $DBversion = "3.00.00.001"; |
81 |
my $DBversion = "3.00.00.001"; |