put a comment

This commit is contained in:
Nikos Kouremenos 2006-10-11 22:08:30 +00:00
parent f4fc42beed
commit 307abbc384
1 changed files with 1 additions and 1 deletions

View File

@ -344,6 +344,6 @@ class OptionsParser:
show))
cur.execute('update logs set show = NULL where show not in (0, 1, 2, 3, 4, 5);')
con.commit()
cur.close()
cur.close() # remove this in 2007 [pysqlite old versions need this]
con.close()
gajim.config.set('version', '0.10.1.5')