fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11909] property: more on org_unit


From: Sigurd Nes
Subject: [Fmsystem-commits] [11909] property: more on org_unit
Date: Sun, 13 Apr 2014 16:49:54 +0000

Revision: 11909
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11909
Author:   sigurdne
Date:     2014-04-13 16:49:53 +0000 (Sun, 13 Apr 2014)
Log Message:
-----------
property: more on org_unit

Modified Paths:
--------------
    trunk/property/inc/class.bogeneric.inc.php
    trunk/property/inc/class.uilookup.inc.php

Modified: trunk/property/inc/class.bogeneric.inc.php
===================================================================
--- trunk/property/inc/class.bogeneric.inc.php  2014-04-13 16:32:05 UTC (rev 
11908)
+++ trunk/property/inc/class.bogeneric.inc.php  2014-04-13 16:49:53 UTC (rev 
11909)
@@ -56,7 +56,7 @@
 
                        $start                          = 
phpgw::get_var('start', 'int', 'REQUEST', 0);
                        $query                          = 
phpgw::get_var('query');
-                       $sort                           = 
phpgw::get_var('sort');
+                       $sort                           = 
phpgw::get_var('sort', 'string', 'REQUEST', 'DESC');
                        $order                          = 
phpgw::get_var('order');
                        $filter                         = 
phpgw::get_var('filter', 'int');
                        $cat_id                         = 
phpgw::get_var('cat_id', 'int');

Modified: trunk/property/inc/class.uilookup.inc.php
===================================================================
--- trunk/property/inc/class.uilookup.inc.php   2014-04-13 16:32:05 UTC (rev 
11908)
+++ trunk/property/inc/class.uilookup.inc.php   2014-04-13 16:49:53 UTC (rev 
11909)
@@ -3593,7 +3593,7 @@
                        if ( (phpgw::get_var("start")== "") && 
(phpgw::get_var("order",'string')== ""))
                        {
                                $datatable['sorting']['order']                  
= 'id'; // name key Column in myColumnDef
-                               $datatable['sorting']['sort']                   
= 'name'; // ASC / DESC
+                               $datatable['sorting']['sort']                   
= 'ASC'; // ASC / DESC
                        }
                        else
                        {
@@ -3672,5 +3672,4 @@
                        $this->save_sessiondata();
                }
 
-
        }




reply via email to

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