Code

Added additional fixme
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 Jul 2006 04:59:09 +0000 (04:59 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 21 Jul 2006 04:59:09 +0000 (04:59 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4264 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/posix/class_posixAccount.inc

index 30f32f375ec2dc05cb4447920e18c2d15a60e980..a67d03b95f1afda74da42c4534294c8c1963d733 100644 (file)
@@ -226,6 +226,8 @@ class posixAccount extends plugin
   /* execute generates the html output for this node */
   function execute($isCopyPaste = false)
   {
+    echo "Fix get_list for group add";
+
     /* Call parent execute */
     plugin::execute();
     $display= "";