phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [19055] Fix the 'filter, clic for sorting, lose filte


From: Caeies
Subject: [Phpgroupware-cvs] [19055] Fix the 'filter, clic for sorting, lose filter syndrom'
Date: Wed, 04 Feb 2009 18:12:37 +0000

Revision: 19055
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=19055
Author:   Caeies
Date:     2009-02-04 18:12:37 +0000 (Wed, 04 Feb 2009)

Log Message:
-----------
Fix the 'filter, clic for sorting, lose filter syndrom'

Modified Paths:
--------------
    core/trunk/admin/inc/class.uiaccounts.inc.php

Modified: core/trunk/admin/inc/class.uiaccounts.inc.php
===================================================================
--- core/trunk/admin/inc/class.uiaccounts.inc.php       2009-02-04 18:11:10 UTC 
(rev 19054)
+++ core/trunk/admin/inc/class.uiaccounts.inc.php       2009-02-04 18:12:37 UTC 
(rev 19055)
@@ -249,7 +249,7 @@
                                                array('menuaction' => 
'admin.uiaccounts.edit_user'));
                        }
 
-                       $query  = phpgw::get_var('query', 'string', 'POST');
+                       $query  = phpgw::get_var('query', 'string');
                        $start  = phpgw::get_var('start', 'int');
                        $order  = phpgw::get_var('order', 'string', 'GET', 
'account_lid');
                        $sort   = phpgw::get_var('sort', 'string', 'GET', 
'ASC');
@@ -1204,6 +1204,7 @@
                                $accounts_list = 
$accounts->get_list('accounts');
 
                                $account_id = phpgw::get_var('account_id', 
'int');
+                               $new_owner = phpgw::get_var('new_owner', 'int');
                                foreach ( $accounts_list as $account )
                                {
                                        if ( (int) $account->id != $account_id )






reply via email to

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