lib/actions/index.py
author fabien@tzone.org
Sun, 28 Dec 2008 12:24:02 -0500
changeset 58 004a32370ba5
parent 57 31271426f879
permissions -rw-r--r--
Correct some bugs and make keywords edition with the new action mechanic.

from webutils import load_index

def do_it(action, db, prefs, form):
	load_index(db, prefs, form, "msg", "")