phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] ftp/inc/functions.inc.php, 1.14.2.1.2.3


From: nomail
Subject: [Phpgroupware-cvs] ftp/inc/functions.inc.php, 1.14.2.1.2.3
Date: Thu, 15 Jul 2004 03:56:03 +0200

Update of /ftp/inc
Modified Files:
        Branch: Version-0_9_16-branch
          functions.inc.php

date: 2004/07/15 01:56:03;  author: skwashd;  state: Exp;  lines: +10 -4

Log Message:
fixes bugs #5942, #2577 & #726
=====================================================================
Index: ftp/inc/functions.inc.php
diff -u ftp/inc/functions.inc.php:1.14.2.1.2.2 
ftp/inc/functions.inc.php:1.14.2.1.2.3
--- ftp/inc/functions.inc.php:1.14.2.1.2.2      Tue Feb  3 23:01:16 2004
+++ ftp/inc/functions.inc.php   Thu Jul 15 01:56:03 2004
@@ -317,11 +317,17 @@
        {
                // globals everything it needs but the string to link
                global $olddir, $newdir, $file;
+               
                $retval = '<a href="'
                        . $GLOBALS['phpgw']->link($GLOBALS['target'],
-                               
'olddir='.urlencode($olddir).'&action='.urlencode($action)
-                               . 
'&file='.urlencode($file).'&newdir='.urlencode($newdir)
-                       ).'">';
+                                       array(
+                                               'olddir'        => $olddir,
+                                               'action'        => $action,
+                                               'file'          => $file,
+                                               'newdir'        => $newdir
+                                       )
+                               )
+                       . '">';
                $retval .= $string;
                $retval .= '</a>';
                return $retval;




reply via email to

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