Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-symlink.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-symlink.sql,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-symlink.sql 28 Apr 2001 19:58:39 -0000 1.8 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-symlink.sql 30 Apr 2001 01:34:58 -0000 1.9 @@ -72,7 +72,7 @@ end if; -- Select default label if the label is null - if new__label is null or new__label = '''' then + if new__label is null then v_label := ''Symlink to '' || v_name; else v_label := new__label; @@ -94,7 +94,7 @@ ''text/plain'', null, null, - null + ''text'' ); insert into cr_symlinks