Commit 67ec3f36 authored by cosine's avatar cosine

- Beautified

parent 791923cd
......@@ -59,7 +59,9 @@ set error_list [list]
switch $action {
save {
set task_id_list [array names task_id_form]
if { "" eq $task_id_list } { ad_return_complaint 1 "Unable to save tasks due to missing variable 'task_id_list'. Please inform your SysAdmin." }
if { "" eq $task_id_list } {
ad_return_complaint 1 "Unable to save tasks due to missing variable 'task_id_list'. Please inform your SysAdmin."
}
foreach save_task_id $task_id_list {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment