Index: openacs-4/packages/dotlrn/www/admin/club-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/club-oracle.xql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/admin/club-oracle.xql 29 Mar 2002 19:38:26 -0000 1.5 +++ openacs-4/packages/dotlrn/www/admin/club-oracle.xql 1 May 2002 01:19:47 -0000 1.6 @@ -3,13 +3,14 @@ oracle8.1.6 - - - select dotlrn_communities.pretty_name, - dotlrn_communities.description, - dotlrn_community.url(:club_id) as url - from dotlrn_communities - where dotlrn_communities.community_id = :club_id - - + + + select dotlrn_communities.pretty_name, + dotlrn_communities.description, + dotlrn_community.url(:club_id) as url + from dotlrn_communities + where dotlrn_communities.community_id = :club_id + + +