phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.boXport.php, 1.1.1.5


From: nomail
Subject: [Phpgroupware-cvs] property/class.boXport.php, 1.1.1.5
Date: Sun, 23 May 2004 06:04:18 -0000

Update of /property
Modified Files:
        Branch: 
          class.boXport.php

date: 2004/04/28 21:15:15;  author: sigurdne;  state: Exp;  lines: +7 -7

Log Message:
temp fix for get_var
=====================================================================
Index: property/class.boXport.php
diff -u property/class.boXport.php:1.1.1.4 property/class.boXport.php:1.1.1.5
--- property/class.boXport.php:1.1.1.4  Sat Apr 24 19:39:54 2004
+++ property/class.boXport.php  Wed Apr 28 21:15:15 2004
@@ -45,12 +45,12 @@
                                $this->use_session = True;
                        }
 
-                       $start  = get_var('start',array('POST','GET'));
-                       $query  = get_var('query',array('POST','GET'));
-                       $sort   = get_var('sort',array('POST','GET'));
-                       $order  = get_var('order',array('POST','GET'));
-                       $filter = get_var('filter',array('POST','GET'));
-                       $cat_id = get_var('cat_id',array('POST','GET'));
+                       $start  = 
$this->bocommon->get_var2('start',array('POST','GET'));
+                       $query  = 
$this->bocommon->get_var2('query',array('POST','GET'));
+                       $sort   = 
$this->bocommon->get_var2('sort',array('POST','GET'));
+                       $order  = 
$this->bocommon->get_var2('order',array('POST','GET'));
+                       $filter = 
$this->bocommon->get_var2('filter',array('POST','GET'));
+                       $cat_id = 
$this->bocommon->get_var2('cat_id',array('POST','GET'));
 
                        if($start || $start == 0)  { $this->start = $start; }
                        if($query)  { $this->query  = $query;  }




reply via email to

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