Index: openacs-4/packages/file-storage/www/simple-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/simple-edit.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/file-storage/www/simple-edit.tcl 2 Apr 2002 06:50:49 -0000 1.1 +++ openacs-4/packages/file-storage/www/simple-edit.tcl 5 Sep 2002 09:29:00 -0000 1.2 @@ -15,7 +15,7 @@ db_1row select_item_info "select name, url, description, folder_id from fs_urls_full where url_id= :object_id" set pretty_name "$name" -set context_bar [fs_context_bar_list -final "Edit URL" $folder_id] +set context [fs_context_bar_list -final "Edit URL" $folder_id] # Should probably generate the item_id and version_id now for # double-click protection