Add reminder for id caching

This commit is contained in:
Worros 2009-06-01 22:21:40 +08:00
parent 3e49e87842
commit 44cb8efb2c

View File

@ -239,4 +239,5 @@ class fpdb_db:
for n in tmp:
result.append(n[0])
#We proabably want to cache this
return result