fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [13794]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13794]
Date: Thu, 27 Aug 2015 23:45:39 +0000

Revision: 13794
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13794
Author:   nelson224
Date:     2015-08-27 23:45:39 +0000 (Thu, 27 Aug 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/rental/inc/class.uiparty.inc.php

Modified: branches/dev-syncromind/rental/inc/class.uiparty.inc.php
===================================================================
--- branches/dev-syncromind/rental/inc/class.uiparty.inc.php    2015-08-27 
23:45:19 UTC (rev 13793)
+++ branches/dev-syncromind/rental/inc/class.uiparty.inc.php    2015-08-27 
23:45:39 UTC (rev 13794)
@@ -116,7 +116,7 @@
                $sort_field             = 
($columns[$order[0]['column']]['data']) ? $columns[$order[0]['column']]['data'] 
: 'identifier'; 
                $sort_ascending = ($order[0]['dir'] == 'desc') ? false : true;
                // Form variables
-               $search_for     = $search['value'];
+               $search_for     = (is_array($search)) ? $search['value'] : 
$search;
                $search_type    = phpgw::get_var('search_option', 'string', 
'REQUEST', 'all');
                $party_type             = phpgw::get_var('party_type', 
'string', 'REQUEST', 'all');
                $active                 = phpgw::get_var('active', 'string', 
'REQUEST', 'all');




reply via email to

[Prev in Thread] Current Thread [Next in Thread]