Index: openacs-4/packages/logger/www/log.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/www/log.tcl,v diff -u -r1.21.2.4 -r1.21.2.5 --- openacs-4/packages/logger/www/log.tcl 18 Nov 2004 01:56:10 -0000 1.21.2.4 +++ openacs-4/packages/logger/www/log.tcl 24 Nov 2004 23:10:45 -0000 1.21.2.5 @@ -413,14 +413,9 @@ # Remember this date, as the next entry is likely to be for the same date ad_set_client_property logger time_stamp $time_stamp - if {[exists_and_not_null return_url]} { - ad_returnredirect -message "Log entry for $value $variable_array(unit) with description \"$description\" added." $return_url - ad_script_abort - } else { - # Present the user with an add form again for quick logging - ad_returnredirect -message "Log entry for $value $variable_array(unit) with description \"$description\" added." [export_vars -base [ad_conn url] { project_id variable_id pm_project_id pm_task_id}] - ad_script_abort - } + # Present the user with an add form again for quick logging + ad_returnredirect -message "Log entry for $value $variable_array(unit) with description \"$description\" added." [export_vars -base [ad_conn url] { project_id variable_id pm_project_id pm_task_id}] + ad_script_abort } -edit_data { db_transaction {