phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/class.bowo_hour.php, 1.1.1.6
Date: Sun, 23 May 2004 13:44:01 -0000

Update of /property
Modified Files:
        Branch: 
          class.bowo_hour.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.bowo_hour.php
diff -u property/class.bowo_hour.php:1.1.1.5 
property/class.bowo_hour.php:1.1.1.6
--- property/class.bowo_hour.php:1.1.1.5        Mon Apr 26 12:21:23 2004
+++ property/class.bowo_hour.php        Wed Apr 28 21:15:15 2004
@@ -46,14 +46,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'));
-                       $chapter_id     = 
get_var('chapter_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'));
+                       $chapter_id     = 
$this->bocommon->get_var2('chapter_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]