function Comment Missing
This commit is contained in:
parent
a676f4f64f
commit
df6eccc5dd
@ -169,6 +169,12 @@ function invoice_admin_prepare_head()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return array head with list of tabs to view object informations.
|
||||||
|
*
|
||||||
|
* @param Facture $object Invoice object
|
||||||
|
* @return array head array with tabs
|
||||||
|
*/
|
||||||
function invoice_rec_prepare_head($object)
|
function invoice_rec_prepare_head($object)
|
||||||
{
|
{
|
||||||
global $db, $langs, $conf;
|
global $db, $langs, $conf;
|
||||||
|
|||||||
@ -118,18 +118,18 @@ function checkLoginPassEntity($usertotest,$passwordtotest,$entitytotest,$authmod
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Show Dolibarr default login page.
|
|
||||||
* Part of this code is also duplicated into main.inc.php::top_htmlhead
|
|
||||||
*
|
|
||||||
* @param Translate $langs Lang object (must be initialized by a new).
|
|
||||||
* @param Conf $conf Conf object
|
|
||||||
* @param Societe $mysoc Company object
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
if (! function_exists('dol_loginfunction'))
|
if (! function_exists('dol_loginfunction'))
|
||||||
{
|
{
|
||||||
function dol_loginfunction($langs,$conf,$mysoc)
|
/**
|
||||||
|
* Show Dolibarr default login page.
|
||||||
|
* Part of this code is also duplicated into main.inc.php::top_htmlhead
|
||||||
|
*
|
||||||
|
* @param Translate $langs Lang object (must be initialized by a new).
|
||||||
|
* @param Conf $conf Conf object
|
||||||
|
* @param Societe $mysoc Company object
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
function dol_loginfunction($langs,$conf,$mysoc)
|
||||||
{
|
{
|
||||||
global $dolibarr_main_demo,$db;
|
global $dolibarr_main_demo,$db;
|
||||||
global $smartphone,$hookmanager;
|
global $smartphone,$hookmanager;
|
||||||
@ -510,4 +510,3 @@ function getRandomPassword($generic=false)
|
|||||||
|
|
||||||
return $generated_password;
|
return $generated_password;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user