=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/javascript/sendSMS.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/javascript/sendSMS.js 2012-03-26 04:42:44 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/dhis-web-maintenance-mobile/javascript/sendSMS.js 2012-03-26 04:49:33 +0000 @@ -26,20 +26,20 @@ if ( !isChecked ) { var list = getFieldValue( "recipient" ); - + if ( list == '' ) { showErrorMessage( i18n_no_recipient ); return; } - list = list.split( ";" ) + list = list.split( ";" ); for ( var i in list ) { if ( list[i] && list[i] != '' ) { - params += "recipients=" + + "&"; + params += "recipients=" + list[i] + "&"; } } === modified file 'local/vn/pom.xml' --- local/vn/pom.xml 2011-07-28 09:50:39 +0000 +++ local/vn/pom.xml 2012-03-26 04:49:33 +0000 @@ -5,13 +5,14 @@ org.hisp.dhis dhis-local-vn - 1.0 + 2.8-SNAPSHOT pom Local Vietnam Modules dhis-api-chr dhis-service-chr + dhis-service-spreadsheet-reporting dhis-web-chr-form dhis-web-dataentry-chr dhis-web-datastatus