summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c0d1a3d)
raw | patch | inline | side by side (parent: c0d1a3d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Oct 2007 12:29:41 +0000 (12:29 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/admin/systems/tabs_arpnewdevice.inc b/plugins/admin/systems/tabs_arpnewdevice.inc
index f815a5a6c80f5539f47d543f12d73a3f1e66e079..40ab2eb506b28e809a29e1eeecba87b91276edf4 100644 (file)
{
tabs::save(TRUE);
}
+
+ function execute()
+ {
+ return($this->by_object[$this->current]->execute());
+ }
}
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: