From bff18a7c96f757ca1aefdff3ab57dc385d69b5dc Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 19 Oct 2007 12:29:41 +0000 Subject: [PATCH] Hide tabs frames git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7600 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/tabs_arpnewdevice.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/admin/systems/tabs_arpnewdevice.inc b/plugins/admin/systems/tabs_arpnewdevice.inc index f815a5a6c..40ab2eb50 100644 --- a/plugins/admin/systems/tabs_arpnewdevice.inc +++ b/plugins/admin/systems/tabs_arpnewdevice.inc @@ -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: -- 2.30.2