phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uitts.php, 1.1.1.7


From: nomail
Subject: [Phpgroupware-cvs] property/class.uitts.php, 1.1.1.7
Date: Sun, 23 May 2004 08:59:19 -0000

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

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

Log Message:
temp fix for get_var
=====================================================================
Index: property/class.uitts.php
diff -u property/class.uitts.php:1.1.1.6 property/class.uitts.php:1.1.1.7
--- property/class.uitts.php:1.1.1.6    Mon Apr 26 12:21:22 2004
+++ property/class.uitts.php    Wed Apr 28 21:15:15 2004
@@ -155,7 +155,7 @@
                                                                                
'search_field'));
 
 
-                       $second_display = 
get_var('second_display',array('POST','GET'));
+                       $second_display = 
$this->bocommon->get_var2('second_display',array('POST','GET'));
 
                        $default_category = 
$GLOBALS['phpgw_info']['user']['preferences'][$this->currentapp]['default_district'];
 
@@ -427,7 +427,7 @@
 
                        $bolocation             = 
CreateObject($this->currentapp.'_bolocation');
 
-                       $values         = get_var('values',array('POST'));
+                       $values         = 
$this->bocommon->get_var2('values',array('POST'));
                        $insert_record = 
$this->fm_session->appsession('insert_record',$this->currentapp);
                        $insert_record_entity = 
$this->fm_session->appsession('insert_record_entity',$this->currentapp);
 
@@ -640,8 +640,8 @@
 
                        $bolocation             = 
CreateObject($this->currentapp.'_bolocation');
 
-                       $id = get_var('id',array('GET'));
-                       $values = get_var('values',array('POST','GET'));
+                       $id = $this->bocommon->get_var2('id',array('GET'));
+                       $values = 
$this->bocommon->get_var2('values',array('POST','GET'));
 
                        $this->bocommon->xsl_add_file(array('tts'));
 




reply via email to

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