function Comment Missing
This commit is contained in:
parent
02b74afe5f
commit
3b2e7732c2
@ -28,8 +28,6 @@ class Login
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor of the class
|
* Constructor of the class
|
||||||
*
|
|
||||||
* @param DoliDb $db Database handler
|
|
||||||
*/
|
*/
|
||||||
function __construct()
|
function __construct()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -422,6 +422,14 @@ class doc_generic_user_odt extends ModelePDFUser
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* get substitution array for object
|
||||||
|
*
|
||||||
|
* @param User $object user
|
||||||
|
* @param Translation $outputlangs translation object
|
||||||
|
* @param string $array_key key for array
|
||||||
|
* @return array array of substitutions
|
||||||
|
*/
|
||||||
function get_substitutionarray_object($object,$outputlangs,$array_key='object')
|
function get_substitutionarray_object($object,$outputlangs,$array_key='object')
|
||||||
{
|
{
|
||||||
$array_other=array();
|
$array_other=array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user