Index: openacs-4/packages/dotlrn-syllabus/tcl/syllabus-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-syllabus/tcl/syllabus-portlet-procs.tcl,v diff -u -r1.11.6.1 -r1.11.6.2 --- openacs-4/packages/dotlrn-syllabus/tcl/syllabus-portlet-procs.tcl 19 Aug 2004 19:21:53 -0000 1.11.6.1 +++ openacs-4/packages/dotlrn-syllabus/tcl/syllabus-portlet-procs.tcl 13 Aug 2005 13:08:52 -0000 1.11.6.2 @@ -129,7 +129,7 @@ # this should move to fs:: foreach row $rows { - if {[string equal -nocase [ns_set get $row title] [_ dotlrn-syllabus.pretty_name]]} { + if {[string equal -nocase [ns_set get $row title] [_ dotlrn-syllabus.pretty_name]] || ([string equal -nocase [ns_set get $row name] [_ dotlrn-syllabus.pretty_name]] && [string equal -nocase [ns_set get $row type] "url"])} { lappend out_list [ns_set get $row object_id] lappend out_list [ns_set get $row type] lappend out_list [ns_set get $row live_revision]