Skip to content

Commit

Permalink
Merge pull request #4313 from braito4/patch-2
Browse files Browse the repository at this point in the history
Fix Warning #4229 PHP7
  • Loading branch information
eldy committed Dec 31, 2015
2 parents c63cbe3 + 47ee899 commit bc56b9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions htdocs/resource/class/resource.class.php
Expand Up @@ -624,10 +624,11 @@ function fetch_all_available() {
* 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;

Expand Down

0 comments on commit bc56b9a

Please sign in to comment.