Code

Fixed somthing..
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 14 Nov 2006 07:09:26 +0000 (07:09 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 14 Nov 2006 07:09:26 +0000 (07:09 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5099 594d385d-05f5-0310-b6e9-bd551577e9d8

include/functions_setup.inc
plugins/personal/connectivity/class_pureftpdAccount.inc

index 01b9f1a3c6d7e88129fa76a49249fd712f6e2e24..7d5582b06223aa3e1516d731c283fc1582978496 100644 (file)
@@ -1206,4 +1206,5 @@ function get_available_mail_classes()
   return($methods);
 }
 
-// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:ae>
+// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
+?>
index ecb2e412530a65b181e7f339fc2a8c15a6ea05b5..03f60b432c29d9b7285c610556468dba2ace041b 100644 (file)
@@ -42,8 +42,8 @@ class pureftpdAccount extends plugin
 
   function execute()
   {
-       /* Call parent execute */
-//     plugin::execute();
+         /* Call parent execute */
+       plugin::execute();
 
     /* Show tab dialog headers */
     $display= "";