add_result.py
branchxbelweb
changeset 13 7357230539d2
parent 11 08b3855f5e48
child 17 14bec94bbe89
--- a/add_result.py	Wed Sep 24 16:44:09 2003 -0400
+++ b/add_result.py	Wed Sep 24 17:19:52 2003 -0400
@@ -59,7 +59,7 @@
     bk = get_bk_from_form(form)
     kw = get_kw_from_form(form)
     newkw = get_new_kw_from_form(form)
-    (ids, kws) = map(list,apply(zip, db.get_all_keywords()))
+    (ids, kws, cnt) = map(list,apply(zip, db.get_all_keywords()))
     for elem in newkw:
     	if elem in kws:
 		kw.append(ids[kws.index(elem)])