Fix Warning #4229 PHP7
This commit is contained in:
parent
ed3f0ce86b
commit
07f7717b51
@ -627,7 +627,7 @@ class Resource extends CommonObject
|
|||||||
* @param int $fieldid Name of field to use for the select MAX and MIN
|
* @param int $fieldid Name of field to use for the select MAX and MIN
|
||||||
* @return int <0 if KO, >0 if OK
|
* @return int <0 if KO, >0 if OK
|
||||||
*/
|
*/
|
||||||
function load_previous_next_ref($filter,$fieldid)
|
function load_previous_next_ref($filter, $fieldid, $nodbprefix ='')
|
||||||
{
|
{
|
||||||
global $conf, $user;
|
global $conf, $user;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user