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);
        }
 }




_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to