Index: openacs-4/packages/ref-currency/sql/postgresql/ref-currency-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-currency/sql/postgresql/ref-currency-create.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/ref-currency/sql/postgresql/ref-currency-create.sql 2 Sep 2001 17:06:29 -0000 1.3 +++ openacs-4/packages/ref-currency/sql/postgresql/ref-currency-create.sql 17 Jul 2003 01:10:41 -0000 1.4 @@ -93,8 +93,3 @@ now() -- effective_date ); -- I will add a view to join this stuff later. - --- initial data for currencies -begin; -\i ../common/ref-currency-data.sql -end;