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 -N -r1.12 -r1.13 --- openacs-4/packages/dotlrn-syllabus/tcl/syllabus-portlet-procs.tcl 13 Jan 2005 13:57:49 -0000 1.12 +++ openacs-4/packages/dotlrn-syllabus/tcl/syllabus-portlet-procs.tcl 8 Aug 2006 21:26:39 -0000 1.13 @@ -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]