Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f728208

Browse files
committed
Minor cosmetic fix
1 parent cef248a commit f728208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/dbms/mssqlserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def checkDbmsOs(self, detailed=False):
256256
inject.goStacked("INSERT INTO %s(%s) VALUES (%s)" % (self.fileTblName, self.tblField, "@@VERSION"))
257257

258258
versions = {"2003": ("5.2", (2, 1)),
259-
#"2003": ("6.0", (2,1)),
259+
#"2003": ("6.0", (2, 1)),
260260
"2008": ("7.0", (1,)),
261261
"2000": ("5.0", (4, 3, 2, 1)),
262262
"XP": ("5.1", (2, 1)),

0 commit comments

Comments
 (0)