lib/actions/index.py
changeset 57 31271426f879
child 58 004a32370ba5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/actions/index.py	Sat Dec 27 20:23:39 2008 -0500
@@ -0,0 +1,4 @@
+from webutils import load_index
+
+def do_it(action, db, prefs, form):
+	load_index(db, prefs, form)