Index: openacs-4/packages/dotlrn/www/index-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/index-oracle.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/index-oracle.xql 6 Oct 2001 18:24:42 -0000 1.3 +++ openacs-4/packages/dotlrn/www/index-oracle.xql 9 Oct 2001 14:35:58 -0000 1.4 @@ -5,7 +5,7 @@ -select class_key, package_id from dotlrn_classes, dotlrn_community_types where dotlrn_community_types.community_type=dotlrn_classes.class_key order by class_key +select class_key, pretty_name, package_id from dotlrn_classes, dotlrn_community_types where dotlrn_community_types.community_type=dotlrn_classes.class_key order by class_key