Add comment for travis

This commit is contained in:
Florian HENRY 2014-05-29 14:56:55 +02:00
parent a88491ecc6
commit f87772f3ec

View File

@ -43,6 +43,14 @@ class FormMailing extends Form
return 1;
}
/**
* Output a select with destinaries status
*
* @param string $selectedid the selected id
* @param string $htmlname name of controm
* @param number $show_empty show empty option
* @return string HTML select
*/
public function select_destinaries_status($selectedid='',$htmlname='dest_status', $show_empty=0) {
global $langs;