Fix named constant
svn: r18747
This commit is contained in:
@@ -649,7 +649,7 @@ class DbManager(CLIDbManager):
|
||||
if not prompt:
|
||||
return
|
||||
|
||||
opened = store[node][5]
|
||||
opened = store[node][OPEN_COL]
|
||||
if opened:
|
||||
self.dbstate.no_database()
|
||||
|
||||
|
Reference in New Issue
Block a user