phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/class.bolookup.php, 1.1.1.5
Date: Sun, 23 May 2004 02:58:30 -0000

Update of /property
Modified Files:
        Branch: 
          class.bolookup.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.bolookup.php
diff -u property/class.bolookup.php:1.1.1.4 property/class.bolookup.php:1.1.1.5
--- property/class.bolookup.php:1.1.1.4 Sat Apr 24 19:39:54 2004
+++ property/class.bolookup.php Wed Apr 28 21:15:15 2004
@@ -66,13 +66,13 @@
                                $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'));
-                       $district_id    = 
get_var('district_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'));
+                       $district_id    = 
$this->bocommon->get_var2('district_id',array('POST','GET'));
 
                        if ($start)
                        {




reply via email to

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