phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: ftp/inc functions.inc.php, 1.14.2.1, 1.14.2.1.2.


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: ftp/inc functions.inc.php, 1.14.2.1, 1.14.2.1.2.1
Date: Thu, 10 Jul 2003 03:01:05 -0400

Update of /cvsroot/phpgroupware/ftp/inc
In directory subversions:/tmp/cvs-serv2452

Modified Files:
      Tag: Version-0_9_16-branch
        functions.inc.php 
Log Message:
globals fix

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/ftp/inc/functions.inc.php,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.1.2.1
diff -C2 -r1.14.2.1 -r1.14.2.1.2.1
*** functions.inc.php   2 Mar 2003 21:12:54 -0000       1.14.2.1
--- functions.inc.php   10 Jul 2003 07:01:03 -0000      1.14.2.1.2.1
***************
*** 65,69 ****
                $GLOBALS['phpgw']->template->parse('out','rename',true);
                // $template->p('renameform');
!               
$GLOBALS['phpgw']->template->set_var('return',$template->get('out'));
                return $GLOBALS['phpgw']->template->get('return');
        }
--- 65,69 ----
                $GLOBALS['phpgw']->template->parse('out','rename',true);
                // $template->p('renameform');
!               
$GLOBALS['phpgw']->template->set_var('return',$GLOBALS['phpgw']->template->get('out'));
                return $GLOBALS['phpgw']->template->get('return');
        }
***************
*** 92,96 ****
  
                $GLOBALS['phpgw']->template->parse('out','confirm_delete',true);
!               
$GLOBALS['phpgw']->template->set_var('return',$template->get('out'));
                return $GLOBALS['phpgw']->template->get('return');
        }
--- 92,96 ----
  
                $GLOBALS['phpgw']->template->parse('out','confirm_delete',true);
!               
$GLOBALS['phpgw']->template->set_var('return',$GLOBALS['phpgw']->template->get('out'));
                return $GLOBALS['phpgw']->template->get('return');
        }





reply via email to

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