fix travis

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

View File

@ -624,10 +624,11 @@ class Resource extends CommonObject
* Load properties id_previous and id_next * Load properties id_previous and id_next
* *
* @param string $filter Optional filter * @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 * @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; global $conf, $user;