Skip to content
Snippets Groups Projects
Commit 47ee8993 authored by braito4's avatar braito4
Browse files

fix travis

parent 07f7717b
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, $nodbprefix ='')
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