Index: openacs-4/packages/acs-kernel/sql/postgresql/apm-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/apm-create.sql,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-kernel/sql/postgresql/apm-create.sql 14 Apr 2001 05:21:30 -0000 1.8 +++ openacs-4/packages/acs-kernel/sql/postgresql/apm-create.sql 14 Apr 2001 05:29:11 -0000 1.9 @@ -2737,7 +2737,7 @@ -- Set v_path to the tail of the path (the file name). v_path := substr(upgrade_p__path, instr(upgrade_p__path, ''/'', -1) + 1); - -- Remove the extension, if it''s .sql. + -- Remove the extension, if it is .sql. v_pos1 := position(''.'' in v_path); if v_pos1 > 0 and substr(v_path, v_pos1) = ''.sql'' then v_path := substr(v_path, 1, v_pos1 - 1);