Index: openacs-4/packages/notifications/www/request-new.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/request-new.tcl,v
diff -u -r1.11.6.1 -r1.11.6.2
--- openacs-4/packages/notifications/www/request-new.tcl	27 Aug 2013 12:20:39 -0000	1.11.6.1
+++ openacs-4/packages/notifications/www/request-new.tcl	11 Oct 2013 18:12:55 -0000	1.11.6.2
@@ -36,7 +36,7 @@
     {delivery_method_id:integer(select)    
         {label "[_ notifications.Delivery_Method]"}
         {options $delivery_methods}
-        {value {[lindex [lindex $delivery_methods 0] 1]}}
+        {value {[lindex $delivery_methods 0 1]}}
     }
 } -on_submit {
 
Index: openacs-4/packages/notifications/www/request-notification.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/request-notification.tcl,v
diff -u -r1.1.10.1 -r1.1.10.2
--- openacs-4/packages/notifications/www/request-notification.tcl	27 Aug 2013 12:20:39 -0000	1.1.10.1
+++ openacs-4/packages/notifications/www/request-notification.tcl	11 Oct 2013 18:12:55 -0000	1.1.10.2
@@ -61,7 +61,7 @@
     -widget select\
     -label  "[_ notifications.Delivery_Method]"\
     -options $delivery_methods\
-    -value [lindex [lindex $delivery_methods 0] 1]
+    -value [lindex $delivery_methods 0 1]
 
 
 set username ""