Fix regression in php style
This commit is contained in:
parent
b648a28893
commit
ee204e2e64
@ -378,10 +378,10 @@ class FormAdvTargetEmailing extends Form
|
|||||||
/**
|
/**
|
||||||
* Return combo list of categories
|
* Return combo list of categories
|
||||||
*
|
*
|
||||||
* @param string $htmlname Name of categorie
|
* @param string $htmlname Name of categorie
|
||||||
* @param array $selected_array value selected
|
* @param array $selected_array Value selected
|
||||||
* @param int $type type
|
* @param int $type Type
|
||||||
* @return string HTML combo
|
* @return string HTML combo
|
||||||
*/
|
*/
|
||||||
public function multiselectCategories($htmlname='',$selected_array = array(), $type=0)
|
public function multiselectCategories($htmlname='',$selected_array = array(), $type=0)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/loan/class/loanschedule.class.php
|
* \file htdocs/loan/class/loanschedule.class.php
|
||||||
* \ingroup facture
|
* \ingroup loan
|
||||||
* \brief File of class to manage schedule of loans
|
* \brief File of class to manage schedule of loans
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,6 @@
|
|||||||
* \file resource/class/resource.class.php
|
* \file resource/class/resource.class.php
|
||||||
* \ingroup resource
|
* \ingroup resource
|
||||||
* \brief Class file for resource object
|
* \brief Class file for resource object
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php";
|
require_once DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user