Index: openacs-4/packages/lors/sql/postgresql/upgrade/upgrade-0.6d-0.6d3.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lors/sql/postgresql/upgrade/upgrade-0.6d-0.6d3.sql,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/lors/sql/postgresql/upgrade/upgrade-0.6d-0.6d3.sql	25 Apr 2005 08:12:42 -0000	1.1
+++ openacs-4/packages/lors/sql/postgresql/upgrade/upgrade-0.6d-0.6d3.sql	18 May 2005 07:51:01 -0000	1.2
@@ -28,7 +28,8 @@
 comment on table lorsm_course_presentation_formats is '
 This table stores the available presentation formats for the courses. Its contains the pretty name
 for the format, an id, and the folder in packages/lorsm/www/ where the presentation format is stored.
-Currently just two presentation formats exists, delivery and delivery-wihout-index, which we store on creation';
+Currently just tree presentation formats exists, delivery, delivery-wihout-index and delivery-bottom-bar, 
+which we store on creation';
 
 --Change presentation_id to format_id.
 alter table ims_cp_manifests rename column presentation_id to course_presentation_format;