fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10688] property: restore filter from session


From: Sigurd Nes
Subject: [Fmsystem-commits] [10688] property: restore filter from session
Date: Fri, 18 Jan 2013 09:32:50 +0000

Revision: 10688
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10688
Author:   sigurdne
Date:     2013-01-18 09:32:49 +0000 (Fri, 18 Jan 2013)
Log Message:
-----------
property: restore filter from session

Modified Paths:
--------------
    trunk/property/inc/class.boworkorder.inc.php

Modified: trunk/property/inc/class.boworkorder.inc.php
===================================================================
--- trunk/property/inc/class.boworkorder.inc.php        2013-01-18 08:22:22 UTC 
(rev 10687)
+++ trunk/property/inc/class.boworkorder.inc.php        2013-01-18 09:32:49 UTC 
(rev 10688)
@@ -89,7 +89,6 @@
                        $this->obligation       = $obligation;
 
                        $this->start            = $start ? $start : 0;
-                       $this->criteria_id      = isset($criteria_id) && 
$criteria_id ? $criteria_id : '';
 
                        if(array_key_exists('district_id',$_POST) || 
array_key_exists('district_id',$_GET) )
                        {
@@ -122,6 +121,10 @@
                        {
                                $this->cat_id = $cat_id;
                        }
+                       if(array_key_exists('criteria_id',$_POST) || 
array_key_exists('criteria_id',$_GET))
+                       {
+                               $this->criteria_id = $criteria_id;
+                       }
                        if(array_key_exists('status_id',$_POST)  || 
array_key_exists('status_id',$_GET))
                        {
                                $this->status_id = $status_id;




reply via email to

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