Fix Warning #4229 PHP7

This commit is contained in:
braito4 2015-12-28 11:28:18 +01:00
parent ed3f0ce86b
commit 07f7717b51

View File

@ -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;