Code

Removed lock message new
[gosa.git] / plugins / admin / groups / class_groupApplication.inc
index a73092b23cc91a059a78f6d21eb2886e9c5eb255..5131abcd5b337da0aaedb7dca53a6b8766390333 100644 (file)
@@ -18,10 +18,7 @@ class appgroup extends plugin
   var $option_value= array();
   var $appoption= array();
   var $table= "";
-  
   var $curbase   = "";
-
-
   var $curCatDir;
   var $curCatDepth=0;
   var $Categories=array();
@@ -73,6 +70,18 @@ class appgroup extends plugin
     $this->curbase = $this->config->current['BASE'];
   }
 
+  function getOneUp($prio)
+  {
+    
+    
+  }
+  
+  function getOneDown(){
+
+  
+  }
+  
+
   function execute()
   {
          /* Call parent execute */