Skip to content
Snippets Groups Projects
Commit bc56b9a2 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4313 from braito4/patch-2

Fix Warning #4229 PHP7
parents c63cbe34 47ee8993
No related branches found
No related tags found
No related merge requests found
......@@ -624,10 +624,11 @@ class Resource extends CommonObject
* Load properties id_previous and id_next
*
* @param string $filter Optional filter
* @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
* @param int $nodbprefix Do not include DB prefix to forge table name
* @return int <0 if KO, >0 if OK
*/
function load_previous_next_ref($filter,$fieldid)
function load_previous_next_ref($filter, $fieldid, $nodbprefix =0)
{
global $conf, $user;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment