phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/class.boinvoice.php, 1.1.1.6
Date: Sun, 23 May 2004 02:06:40 -0000

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

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

Log Message:
temp fix for get_var
=====================================================================
Index: property/class.boinvoice.php
diff -u property/class.boinvoice.php:1.1.1.5 
property/class.boinvoice.php:1.1.1.6
--- property/class.boinvoice.php:1.1.1.5        Mon Apr 26 12:21:22 2004
+++ property/class.boinvoice.php        Wed Apr 28 21:15:15 2004
@@ -36,14 +36,14 @@
                                $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'));
-                       $user_lid               = 
get_var('user_lid',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'));
+                       $user_lid               = 
$this->bocommon->get_var2('user_lid',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]