Index: openacs-4/packages/notifications/tcl/notification-request-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-request-procs.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/notifications/tcl/notification-request-procs.xql 29 May 2002 05:12:01 -0000 1.1 +++ openacs-4/packages/notifications/tcl/notification-request-procs.xql 3 Jun 2002 05:55:01 -0000 1.2 @@ -1,11 +1,14 @@ - - -select request_id from notification_requests where -type_id= :type_id and user_id= :user_id and object_id= :object_id - - + + + select request_id + from notification_requests + where type_id = :type_id + and user_id = :user_id + and object_id= :object_id + + Index: openacs-4/packages/notifications/tcl/sweep-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/sweep-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/notifications/tcl/sweep-procs.tcl 30 May 2002 06:26:09 -0000 1.2 +++ openacs-4/packages/notifications/tcl/sweep-procs.tcl 3 Jun 2002 05:55:01 -0000 1.3 @@ -63,7 +63,7 @@ db_transaction { # Send it send_one -user_id [ns_set get $notif user_id] \ - -subject "\[Notification\]: [ns_set get $notif notif_subject]" \ + -subject "\[Notification\] [ns_set get $notif notif_subject]" \ -content [ns_set get $notif notif_text] \ -response_id [ns_set get $notif response_id] \ -delivery_method_id [ns_set get $notif delivery_method_id]