Fix named constant

svn: r18747
This commit is contained in:
Michiel Nauta 2012-01-15 21:03:51 +00:00
parent aa83c85df3
commit 1b303788e6

View File

@ -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()