Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-item.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-item.sql,v diff -u -r1.47 -r1.48 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-item.sql 17 Feb 2004 15:32:50 -0000 1.47 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-item.sql 1 Mar 2004 11:55:38 -0000 1.48 @@ -2306,6 +2306,9 @@ else if v_content_type = ''content_symlink'' then select label into v_title from cr_symlinks where symlink_id = get_title__item_id; + else if v_content_type = ''content_extlink'' then + select label into v_title from cr_extlinks + where extlink_id = get_title__item_id; else if get_title__is_live then select @@ -2326,7 +2329,7 @@ and r.revision_id = i.latest_revision; end if; - end if; end if; + end if; end if; end if; return v_title;