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.11 -r1.11.6.1 --- openacs-4/packages/dotlrn-syllabus/tcl/syllabus-portlet-procs.tcl 22 Oct 2003 14:36:27 -0000 1.11 +++ openacs-4/packages/dotlrn-syllabus/tcl/syllabus-portlet-procs.tcl 19 Aug 2004 19:21:53 -0000 1.11.6.1 @@ -129,7 +129,7 @@ # this should move to fs:: foreach row $rows { - if {[string equal -nocase [ns_set get $row name] [_ dotlrn-syllabus.pretty_name]]} { + if {[string equal -nocase [ns_set get $row title] [_ dotlrn-syllabus.pretty_name]]} { 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] Index: openacs-4/packages/file-storage/tcl/file-storage-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-procs-oracle.xql,v diff -u -N -r1.25.2.9 -r1.25.2.10 --- openacs-4/packages/file-storage/tcl/file-storage-procs-oracle.xql 11 Aug 2004 06:05:54 -0000 1.25.2.9 +++ openacs-4/packages/file-storage/tcl/file-storage-procs-oracle.xql 19 Aug 2004 19:21:53 -0000 1.25.2.10 @@ -55,6 +55,7 @@ select fs_objects.object_id, fs_objects.name, + fs_objects.title, fs_objects.live_revision, fs_objects.type, to_char(fs_objects.last_modified, 'YYYY-MM-DD HH24:MI:SS') as last_modified_ansi, Index: openacs-4/packages/file-storage/www/file-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/file-add.tcl,v diff -u -N -r1.8.2.7 -r1.8.2.8 --- openacs-4/packages/file-storage/www/file-add.tcl 12 Aug 2004 22:39:47 -0000 1.8.2.7 +++ openacs-4/packages/file-storage/www/file-add.tcl 19 Aug 2004 19:21:52 -0000 1.8.2.8 @@ -131,9 +131,6 @@ set this_title $upload_file } - if {$lock_title_p} { - set upload_file $this_title - } set existing_item_id [fs::get_item_id -name $upload_file -folder_id $folder_id] if {![empty_string_p $existing_item_id]} {