Code

Moved to mac
[gosa.git] / gosa-plugins / systems / admin / systems / tabs_arpnewdevice.inc
1 <?php
3 class ArpNewDeviceTabs extends tabs
4 {
6   function save($ignore_account= FALSE)
7   {
8     tabs::save($ignore_account);
9   }
11   function execute()
12   {
13     tabs::execute(); 
14     return($this->by_object[$this->current]->execute());
15   }
16 }
18 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
19 ?>