Index: openacs-4/packages/photo-album/sql/oracle/photo-album-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/sql/oracle/photo-album-create.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/photo-album/sql/oracle/photo-album-create.sql 12 Jun 2003 06:55:44 -0000 1.2 +++ openacs-4/packages/photo-album/sql/oracle/photo-album-create.sql 20 Nov 2003 13:03:54 -0000 1.3 @@ -48,7 +48,7 @@ '; comment on column pa_albums.iconic is ' - The photo to use as an icon for this album. If it is null a + The photo to use as the cover page photo for this album. If it is null a default icon is chosen '; Index: openacs-4/packages/photo-album/sql/oracle/upgrade/upgrade-4.0.1-4.5.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/sql/oracle/upgrade/upgrade-4.0.1-4.5.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/photo-album/sql/oracle/upgrade/upgrade-4.0.1-4.5.sql 12 Jun 2003 06:55:44 -0000 1.1 +++ openacs-4/packages/photo-album/sql/oracle/upgrade/upgrade-4.0.1-4.5.sql 20 Nov 2003 13:03:54 -0000 1.2 @@ -21,7 +21,7 @@ ); comment on column pa_albums.iconic is ' - The photo to use as an icon for this album. If it is null a + The photo to use as the cover photo for this album. If it is null a default icon is chosen '; Index: openacs-4/packages/photo-album/sql/postgresql/photo-album-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/sql/postgresql/photo-album-create.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/photo-album/sql/postgresql/photo-album-create.sql 12 Jun 2003 06:55:45 -0000 1.2 +++ openacs-4/packages/photo-album/sql/postgresql/photo-album-create.sql 20 Nov 2003 13:03:54 -0000 1.3 @@ -47,7 +47,7 @@ '; comment on column pa_albums.iconic is ' - The photo to use as an icon for this album. If it is null a + The photo to use as the cover photo for this album. If it is null a default icon is chosen '; Index: openacs-4/packages/photo-album/sql/postgresql/upgrade/upgrade-4.0.1-4.5.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/sql/postgresql/upgrade/upgrade-4.0.1-4.5.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/photo-album/sql/postgresql/upgrade/upgrade-4.0.1-4.5.sql 2 Sep 2003 04:06:55 -0000 1.2 +++ openacs-4/packages/photo-album/sql/postgresql/upgrade/upgrade-4.0.1-4.5.sql 20 Nov 2003 13:03:54 -0000 1.3 @@ -19,7 +19,7 @@ references cr_items on delete set null; comment on column pa_albums.iconic is ' - The photo to use as an icon for this album. If it is null a + The photo to use as the cover photo for this album. If it is null a default icon is chosen '; Index: openacs-4/packages/photo-album/www/photo-iconic.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/www/photo-iconic.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/photo-album/www/photo-iconic.tcl 12 Jun 2003 06:55:45 -0000 1.2 +++ openacs-4/packages/photo-album/www/photo-iconic.tcl 20 Nov 2003 13:03:54 -0000 1.3 @@ -1,5 +1,5 @@ ad_page_contract { - Make a given photo the iconic photo for the album. + Make a given photo the cover photo for the album. } { photo_id:integer,notnull } -validate {