2012-01-23 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* include/functions_agents.php: Removed Php warning in function 
	agents_get_agents.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5406 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2012-01-23 17:08:45 +00:00
parent 8d0120baab
commit 0a7ec483ab
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-01-23 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_agents.php: Removed Php warning in function
agents_get_agents.
2012-01-23 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_agents.php

View File

@ -320,6 +320,9 @@ function agents_get_agents ($filter = false, $fields = false, $access = 'AR', $o
$search = $filter['search'];
unset($filter['search']);
}
else{
$search = '';
}
if(isset($filter['offset'])) {
$offset = $filter['offset'];