phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sitemgr/modules class.module_download.inc.php, 1.1.2.


From: skwashd
Subject: [Phpgroupware-cvs] sitemgr/modules class.module_download.inc.php, 1.1.2.4
Date: Fri, 23 Sep 2005 13:41:00 +0200

Update of sitemgr/modules

Modified Files:
     Branch: Version-0_9_16-branch
            class.module_download.inc.php lines: +1 -1

Log Message:
switch to 0.9.16 appname for phpwh/fm

====================================================
Index: sitemgr/modules/class.module_download.inc.php
diff -u sitemgr/modules/class.module_download.inc.php:1.1.2.3 
sitemgr/modules/class.module_download.inc.php:1.1.2.4
--- sitemgr/modules/class.module_download.inc.php:1.1.2.3       Sat May 17 
03:37:17 2003
+++ sitemgr/modules/class.module_download.inc.php       Fri Sep 23 11:41:36 2005
@@ -43,7 +43,7 @@
                        $linkdata['file'] = 
rawurlencode(base64_encode($arguments['file']));
                }
                return $arguments['text'] ?
-                       ('<a href="' . 
phpgw_link('/phpwebhosting/index.php',$linkdata) . '">' . $arguments['text'] . 
'</a>') :
+                       ('<a href="' . 
phpgw_link('/filemanager/index.php',$linkdata) . '">' . $arguments['text'] . 
'</a>') :
                        phpgw_link('/phpwebhosting/index.php',$linkdata);
        }
 }






reply via email to

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