Lines 4399-4404
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
Link Here
|
4399 |
SetVersion($DBversion); |
4399 |
SetVersion($DBversion); |
4400 |
} |
4400 |
} |
4401 |
|
4401 |
|
|
|
4402 |
$DBversion = "XXX"; |
4403 |
if (C4::Context->preference("Version") < TransformToNum($DBversion)) { |
4404 |
print "This upgrade provides a list of authorised values for relator terms under the\n"; |
4405 |
print "RELTERMS category. They are not loaded during upgrade but can be easily inserted\n"; |
4406 |
print "using the provided marc21_relatorterms.sql SQL script" |
4407 |
SetVersion($DBversion); |
4408 |
} |
4409 |
|
4402 |
=head1 FUNCTIONS |
4410 |
=head1 FUNCTIONS |
4403 |
|
4411 |
|
4404 |
=head2 DropAllForeignKeys($table) |
4412 |
=head2 DropAllForeignKeys($table) |
4405 |
- |
|
|