Index: openacs-4/packages/lab-report-central/www/template-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lab-report-central/www/template-postgresql.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/lab-report-central/www/template-postgresql.xql 27 Apr 2006 04:34:34 -0000 1.1 +++ openacs-4/packages/lab-report-central/www/template-postgresql.xql 30 Apr 2006 09:27:41 -0000 1.2 @@ -12,4 +12,14 @@ + + + SELECT section_id, name AS section_name, description AS section_desc + FROM lrc_section + WHERE template_id = :template_id + AND package_id = :package_id + ORDER BY section_id ASC + + +