Bug 14686 - DBRev fix - add missing call to SetVersion

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Kyle Hall 2016-04-27 17:00:22 +00:00
parent 4867744127
commit a63a51381b

View file

@ -12390,7 +12390,7 @@ if ( CheckVersion($DBversion) ) {
});
print "Upgrade to $DBversion done (Bug 14686 - New menu option and permission for file uploading)\n";
SetVersion($DBversion);
}
# DEVELOPER PROCESS, search for anything to execute in the db_update directory