This commit is contained in:
Laurent Destailleur
2025-11-17 16:41:58 +01:00
parent 68e6bedd27
commit e8e61605da
2 changed files with 3 additions and 3 deletions

View File

@@ -469,7 +469,7 @@ if ($checklock) {
}
}
if (empty($checksuminlockedfile)) {
print "The major version ".$checklockmajorversion." is not locked on scope ".$md5unalterable_files.".\n";
print "The major version ".$checklockmajorversion." is not locked on the scope ".$checksource." (no entry found into dev/lockedfiles.txt).\n";
} elseif ($checksuminlockedfile != $md5unalterable_files) {
print "The major version ".$checklockmajorversion." is locked on scope '".$checksource."' to checksum ".$checksuminlockedfile."\n";
if ($checklockmajorversion != $checksource) {

View File

@@ -1,6 +1,6 @@
This file describes changes made on external libraries after being included
in Dolibarr root.
This file describes the changes made on external libraries to fix some bugs, after they were included
in Dolibarr external vendor dir (htdocs/includes).