mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
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:
parent
e1ea2d84ce
commit
7ea01805e4
@ -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>
|
2012-01-23 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* include/functions_agents.php
|
* include/functions_agents.php
|
||||||
|
@ -317,8 +317,11 @@ function agents_get_agents ($filter = false, $fields = false, $access = 'AR', $o
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(isset($filter['search'])) {
|
if(isset($filter['search'])) {
|
||||||
$search = $filter['search'];
|
$search = $filter['search'];
|
||||||
unset($filter['search']);
|
unset($filter['search']);
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
$search = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isset($filter['offset'])) {
|
if(isset($filter['offset'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user