From 812e79963e2f12b035da296fa075b894ab93de54 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 8 Feb 2010 14:14:02 +0000 Subject: [PATCH] Label of permission --- htdocs/includes/modules/modFTP.class.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/includes/modules/modFTP.class.php b/htdocs/includes/modules/modFTP.class.php index 91c87ca6416..d7ee83db0e6 100644 --- a/htdocs/includes/modules/modFTP.class.php +++ b/htdocs/includes/modules/modFTP.class.php @@ -100,16 +100,14 @@ class modFTP extends DolibarrModules $this->rights[$r][3] = 1; $this->rights[$r][4] = 'read'; - /* Not yet developed $r++; $this->rights[$r][0] = 2801; - $this->rights[$r][1] = 'Use FTP client in write mode (can also upload files)'; + $this->rights[$r][1] = 'Use FTP client in write mode (delete or upload files)'; $this->rights[$r][2] = 'w'; $this->rights[$r][3] = 0; $this->rights[$r][4] = 'write'; - */ - // Menus + // Menus //------ $this->menus = array(); // List of menus to add $r=0;