Index: openacs-4/packages/cms/sql/postgresql/cms-publishing-wf.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/sql/postgresql/cms-publishing-wf.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/cms/sql/postgresql/cms-publishing-wf.sql 21 May 2001 23:13:59 -0000 1.2 +++ openacs-4/packages/cms/sql/postgresql/cms-publishing-wf.sql 22 May 2001 22:46:13 -0000 1.3 @@ -102,7 +102,7 @@ 'end', 'publishing_wf', 'Approved', 4 ); -* +/* * The next step is to define the valid transitions from one place in the * workflow to another. Transitions are where actions occur, either on the * part of users or machines. @@ -126,7 +126,7 @@ 'approval', 'Approval', 'publishing_wf', 3, 'user' ); -* +/* * The next step is connect transitions to places. This is analogous * to adding arrows or arcs to the workflow diagram, pointing from places * to transitions and from transitions to other places.