phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: img/inc class.uiimg.inc.php,1.14,1.15


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: img/inc class.uiimg.inc.php,1.14,1.15
Date: Tue, 20 Aug 2002 08:31:20 -0400

Update of /cvsroot/phpgroupware/img/inc
In directory subversions:/tmp/cvs-serv27353

Modified Files:
        class.uiimg.inc.php 
Log Message:
the function is called get_var(), not get_ar()



Index: class.uiimg.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/img/inc/class.uiimg.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** class.uiimg.inc.php 6 Jun 2002 09:15:53 -0000       1.14
--- class.uiimg.inc.php 20 Aug 2002 12:31:18 -0000      1.15
***************
*** 573,577 ****
                        $imgWidth = $imgHeight = $imgType = '';
  
!                       $oldfile = 
get_var('oldfile',Array('DEFAULT','POST'),get_ar('picture',Array('POST')));
                        if(!ereg("^$this->docroot",$oldfile))
                        {
--- 573,577 ----
                        $imgWidth = $imgHeight = $imgType = '';
  
!                       $oldfile = 
get_var('oldfile',Array('DEFAULT','POST'),get_var('picture',Array('POST')));
                        if(!ereg("^$this->docroot",$oldfile))
                        {
***************
*** 579,583 ****
                        }
  
!                       $picturefile = 
get_var('picture',Array('DEFAULT','POST'),get_ar('picturefile',Array('POST')));
                        if(!ereg("^$this->docroot",$picturefile))
                        {
--- 579,583 ----
                        }
  
!                       $picturefile = 
get_var('picture',Array('DEFAULT','POST'),get_var('picturefile',Array('POST')));
                        if(!ereg("^$this->docroot",$picturefile))
                        {





reply via email to

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