Qual: Removed warnings
This commit is contained in:
parent
fca1e76e35
commit
0c3db381d1
@ -1990,6 +1990,7 @@ class User extends CommonObject
|
|||||||
* Return number of existing users
|
* Return number of existing users
|
||||||
*
|
*
|
||||||
* @param string $limitTo Limit to 'active' or 'superadmin' users
|
* @param string $limitTo Limit to 'active' or 'superadmin' users
|
||||||
|
* @param int $all Return for all entities
|
||||||
* @return int Number of users
|
* @return int Number of users
|
||||||
*/
|
*/
|
||||||
function getNbOfUsers($limitTo='',$all=0)
|
function getNbOfUsers($limitTo='',$all=0)
|
||||||
|
|||||||
@ -1798,6 +1798,7 @@ llxFooter();
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Return if var element is ok
|
* Return if var element is ok
|
||||||
|
*
|
||||||
* @param string $element Variable to check
|
* @param string $element Variable to check
|
||||||
* @return boolean Return true of variable is not empty
|
* @return boolean Return true of variable is not empty
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user