Index: openacs-4/contrib/packages/classified-ads/tcl/classified-ads-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/classified-ads/tcl/classified-ads-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/contrib/packages/classified-ads/tcl/classified-ads-procs.tcl 23 Jul 2003 21:08:19 -0000 1.4 +++ openacs-4/contrib/packages/classified-ads/tcl/classified-ads-procs.tcl 23 Jul 2003 22:39:16 -0000 1.5 @@ -51,11 +51,11 @@ } { set folder_id [root_folder_exists_p] - if {!$folder_id} { - ad_return_error "Root Folder not found" \ - "The root folder for [package_key] was not found. The datamodel might not be properly installed. Did you restart the server after installation?" - ad_script_abort - } + if {!$folder_id} { + ad_return_error "Root Folder not found" \ + "The root folder for [package_key] was not found. The datamodel might not be properly installed. Did you restart the server after installation?" + ad_script_abort + } return $folder_id } @@ -67,7 +67,7 @@ Returns the folder_id for an instance of classified ads @param package_id The package id of this classified ads instance. - Default to current instance if none passed. + Default to current instance if none passed. } { if {![exists_and_not_null package_id]} { set package_id [ad_conn package_id]