minor update

This commit is contained in:
Miroslav Stampar
2010-11-02 12:08:28 +00:00
parent 685a8e7d2c
commit 70f6eab715
9 changed files with 27 additions and 26 deletions

View File

@@ -87,7 +87,7 @@ class Fingerprint(GenericFingerprint):
value += "back-end DBMS: "
if not conf.extensiveFp:
value += "SAP MaxDB"
value += DBMS.MAXDB
return value
actVer = formatDBMSfp() + " (%s)" % self.__versionCheck()