Correct travis

This commit is contained in:
aspangaro 2014-08-30 07:37:01 +02:00
parent d3a14c514a
commit 3b8a3ccb14

View File

@ -48,7 +48,8 @@ class FormVentilation extends Form
* @param string $selectedkey Value * @param string $selectedkey Value
* @return string HTML edit field * @return string HTML edit field
*/ */
function select_bookkeeping_importkey($htmlname = 'importkey', $selectedkey) { function select_bookkeeping_importkey($htmlname = 'importkey', $selectedkey)
{
global $langs; global $langs;
$date_array = array (); $date_array = array ();
@ -90,10 +91,10 @@ class FormVentilation extends Form
/** /**
* Return list of accounts with label by chart of accounts * Return list of accounts with label by chart of accounts
* *
* @param string $selectedid Preselected chart of accounts * @param string $selectid Preselected chart of accounts
* @param string $htmlname Name of field in html form * @param string $htmlname Name of field in html form
* @param int $showempty Add an empty field * @param int $showempty Add an empty field
* @param array $events Event options * @param array $event Event options
* *
* @return string String with HTML select * @return string String with HTML select
*/ */
@ -151,10 +152,10 @@ class FormVentilation extends Form
/** /**
* Return list of accounts with label by class of accounts * Return list of accounts with label by class of accounts
* *
* @param string $selectedid Preselected pcg_type * @param string $selectid Preselected pcg_type
* @param string $htmlname Name of field in html form * @param string $htmlname Name of field in html form
* @param int $showempty Add an empty field * @param int $showempty Add an empty field
* @param array $events Event options * @param array $event Event options
* *
* @return string String with HTML select * @return string String with HTML select
*/ */
@ -205,10 +206,10 @@ class FormVentilation extends Form
/** /**
* Return list of accounts with label by sub_class of accounts * Return list of accounts with label by sub_class of accounts
* *
* @param string $selectedid Preselected pcg_type * @param string $selectid Preselected pcg_type
* @param string $htmlname Name of field in html form * @param string $htmlname Name of field in html form
* @param int $showempty Add an empty field * @param int $showempty Add an empty field
* @param array $events Event options * @param array $event Event options
* *
* @return string String with HTML select * @return string String with HTML select
*/ */