Index: openacs-4/packages/new-portal/tcl/portal-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/tcl/portal-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 3 Oct 2001 02:11:23 -0000 1.9 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 3 Oct 2001 02:15:44 -0000 1.10 @@ -626,8 +626,7 @@ @author Arjun Sanyal (arjun@openforce.net) @creation-date September 2001 } { - if { [db_0or1row select_portal_exists - "select 1 from portals where portal_id = :portal_id"]} { + if { [db_0or1row select_portal_exists "select 1 from portals where portal_id = :portal_id"]} { return 1 } else { return 0