Index: openacs-4/packages/evaluation/sql/postgresql/evaluation-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/sql/postgresql/evaluation-drop.sql,v diff -u -r1.10 -r1.11 --- openacs-4/packages/evaluation/sql/postgresql/evaluation-drop.sql 17 Dec 2004 18:11:00 -0000 1.10 +++ openacs-4/packages/evaluation/sql/postgresql/evaluation-drop.sql 5 Jan 2005 21:28:35 -0000 1.11 @@ -136,3 +136,10 @@ drop function evaluation__delete_contents (integer); +--------------------------------------- +-- TEMPLATES +--------------------------------------- + +drop function evaluation__delete_template (); + +drop function evaluation__create_template ();