phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.botenant.php, 1.1.1.6


From: nomail
Subject: [Phpgroupware-cvs] property/class.botenant.php, 1.1.1.6
Date: Sun, 23 May 2004 02:28:42 -0000

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

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

Log Message:
temp fix for get_var
=====================================================================
Index: property/class.botenant.php
diff -u property/class.botenant.php:1.1.1.5 property/class.botenant.php:1.1.1.6
--- property/class.botenant.php:1.1.1.5 Sat Apr 24 21:36:27 2004
+++ property/class.botenant.php Wed Apr 28 21:15:15 2004
@@ -65,13 +65,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'));
-                       $allrows                        = 
get_var('allrows',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'));
+                       $allrows                        = 
$this->bocommon->get_var2('allrows',array('POST','GET'));
 
                        if ($start)
                        {




reply via email to

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