Code

Hide tabs frames
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Oct 2007 12:29:41 +0000 (12:29 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Oct 2007 12:29:41 +0000 (12:29 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7600 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/tabs_arpnewdevice.inc

index f815a5a6c80f5539f47d543f12d73a3f1e66e079..40ab2eb506b28e809a29e1eeecba87b91276edf4 100644 (file)
@@ -7,6 +7,11 @@ class ArpNewDeviceTabs extends tabs
   {
     tabs::save(TRUE);
   }
+
+  function execute()
+  {
+    return($this->by_object[$this->current]->execute());
+  }
 }
 
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: