Index: openacs-4/packages/evaluation/sql/postgresql/evaluation-package-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/sql/postgresql/evaluation-package-drop.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/evaluation/sql/postgresql/evaluation-package-drop.sql 8 Aug 2006 21:26:41 -0000 1.2 +++ openacs-4/packages/evaluation/sql/postgresql/evaluation-package-drop.sql 29 Mar 2018 15:03:01 -0000 1.3 @@ -17,7 +17,7 @@ drop function evaluation__delete_evaluation_task_group(integer); --------------------------------------- --- GRADE FUNCIONS +-- GRADE FUNCTIONS --------------------------------------- drop function evaluation__task_grade (integer, integer); @@ -29,7 +29,7 @@ drop function evaluation__clone_task(integer,integer); --------------------------------------- --- OTHER FUNCIONS +-- OTHER FUNCTIONS --------------------------------------- drop function evaluation__party_name (integer,integer);