git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@761 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2007-11-23 15:46:11 +00:00
parent b06b4e5a57
commit b320b1723c
+1 -1
View File
@@ -2578,7 +2578,7 @@ class etpDatabase:
def listAllCategories(self):
dbLog.log(ETP_LOGPRI_INFO,ETP_LOGLEVEL_VERBOSE,"listAllCategories: called.")
self.cursor.execute('SELECT categories.idcategory,categories.category FROM baseinfo,categories WHERE baseinfo.idcategory = categories.idcategory')
self.cursor.execute('SELECT idcategory,category FROM categories')
return self.cursor.fetchall()
def listConfigProtectDirectories(self, mask = False):