Code

Added execute methods
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Nov 2005 09:18:54 +0000 (09:18 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Nov 2005 09:18:54 +0000 (09:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1806 594d385d-05f5-0310-b6e9-bd551577e9d8

95 files changed:
plugins/addons/addressbook/class_addressbook.inc
plugins/addons/ldapmanager/class_csvimport.inc
plugins/addons/ldapmanager/class_export.inc
plugins/addons/ldapmanager/class_exportxls.inc
plugins/addons/ldapmanager/class_import.inc
plugins/addons/ldapmanager/class_ldif.inc
plugins/addons/logview/class_logview.inc
plugins/admin/applications/class_applicationGeneric.inc
plugins/admin/applications/class_applicationManagement.inc
plugins/admin/applications/class_applicationParameters.inc
plugins/admin/departments/class_departmentGeneric.inc
plugins/admin/departments/class_departmentManagement.inc
plugins/admin/fai/class_askClassName.inc
plugins/admin/fai/class_faiHook.inc
plugins/admin/fai/class_faiHookEntry.inc
plugins/admin/fai/class_faiManagement.inc
plugins/admin/fai/class_faiPackage.inc
plugins/admin/fai/class_faiPackageConfiguration.inc
plugins/admin/fai/class_faiPackageEntry.inc
plugins/admin/fai/class_faiPackageNew.inc
plugins/admin/fai/class_faiPartitionTable.inc
plugins/admin/fai/class_faiPartitionTableEntry.inc
plugins/admin/fai/class_faiProfile.inc
plugins/admin/fai/class_faiProfileEntry.inc
plugins/admin/fai/class_faiScript.inc
plugins/admin/fai/class_faiScriptEntry.inc
plugins/admin/fai/class_faiTemplate.inc
plugins/admin/fai/class_faiTemplateEntry.inc
plugins/admin/fai/class_faiVariable.inc
plugins/admin/fai/class_faiVariableEntry.inc
plugins/admin/groups/class_groupAcl.inc
plugins/admin/groups/class_groupApplication.inc
plugins/admin/groups/class_groupGeneric.inc
plugins/admin/groups/class_groupMail.inc
plugins/admin/groups/class_groupManagement.inc
plugins/admin/ogroups/class_mailogroup.inc
plugins/admin/ogroups/class_ogroup.inc
plugins/admin/ogroups/class_ogroupManagement.inc
plugins/admin/ogroups/class_phonequeue.inc
plugins/admin/ogroups/class_termgroup.inc
plugins/admin/ogroups/tabs_ogroups.inc
plugins/admin/systems/class_componentGeneric.inc
plugins/admin/systems/class_phoneGeneric.inc
plugins/admin/systems/class_printGeneric.inc
plugins/admin/systems/class_printerPPDDialog.inc
plugins/admin/systems/class_printerPPDSelectionDialog.inc
plugins/admin/systems/class_selectUserToPrinterDialog.inc
plugins/admin/systems/class_servDB.inc
plugins/admin/systems/class_servDHCP.inc
plugins/admin/systems/class_servDNS.inc
plugins/admin/systems/class_servGeneric.inc
plugins/admin/systems/class_servKolab.inc
plugins/admin/systems/class_servNfs.inc
plugins/admin/systems/class_servService.inc
plugins/admin/systems/class_systemManagement.inc
plugins/admin/systems/class_terminalGeneric.inc
plugins/admin/systems/class_terminalInfo.inc
plugins/admin/systems/class_terminalService.inc
plugins/admin/systems/class_terminalStartup.inc
plugins/admin/systems/class_winGeneric.inc
plugins/admin/systems/class_workstationGeneric.inc
plugins/admin/systems/class_workstationService.inc
plugins/admin/systems/class_workstationStartup.inc
plugins/admin/users/class_userManagement.inc
plugins/generic/references/class_reference.inc
plugins/gofax/blocklists/class_blocklistManagement.inc
plugins/gofax/faxaccount/class_gofaxAccount.inc
plugins/gofax/reports/class_faxreport.inc
plugins/gofon/conference/class_phoneConferenceGeneric.inc
plugins/gofon/conference/class_phoneConferenceManagment.inc
plugins/gofon/macro/class_gofonMacro.inc
plugins/gofon/macro/class_gofonMacroManagement.inc
plugins/gofon/macro/class_gofonMacroParameters.inc
plugins/gofon/phoneaccount/class_phoneAccount.inc
plugins/gofon/reports/class_fonreport.inc
plugins/personal/connectivity/class_connectivity.inc
plugins/personal/connectivity/class_intranetAccount.inc
plugins/personal/connectivity/class_kolabAccount.inc
plugins/personal/connectivity/class_oxchangeAccount.inc
plugins/personal/connectivity/class_phpgwAccount.inc
plugins/personal/connectivity/class_phpscheduleitAccount.inc
plugins/personal/connectivity/class_pptpAccount.inc
plugins/personal/connectivity/class_proxyAccount.inc
plugins/personal/connectivity/class_pureftpdAccount.inc
plugins/personal/connectivity/class_webdavAccount.inc
plugins/personal/environment/class_environment.inc
plugins/personal/environment/class_hotplugDialog.inc
plugins/personal/environment/class_kioskManagementDialog.inc
plugins/personal/environment/class_logonManagementDialog.inc
plugins/personal/environment/class_selectPrinterDialog.inc
plugins/personal/generic/class_user.inc
plugins/personal/mail/class_mailAccount.inc
plugins/personal/nagios/class_nagiosAccount.inc
plugins/personal/posix/class_posixAccount.inc
plugins/personal/samba/class_sambaAccount.inc

index 1cc532880f32b5ff74079c3a54b39165e6faf9d5..9905921c39874e146ff2b66d9035c249f3d930c1 100644 (file)
@@ -70,6 +70,8 @@ class addressbook extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
        $smarty= get_smarty();
 
        #! Hickert
index edc2ecb027568a819f0f1d01ac889c3e877cd2f1..58bceb52792344a262e7e9db7cb714d64ffb5935 100644 (file)
@@ -27,6 +27,8 @@ class csvimport extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* initiate smarty */
     $smarty= get_smarty();
     $smarty->assign("sorted",0);
index 205642c49835042a7e8ab92dfd2f0399f045bc3a..26e9a725cf5fac8e6fdf82149b807e6366ff1f77 100644 (file)
@@ -25,6 +25,8 @@ class ldifexport extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Set government mode */
     $smarty= get_smarty();
 
index f3c1d3cc2e52d06aff91477c4f269e07313b7253..efacc7efde34d445d7e03301c203f485a445e6fe 100644 (file)
@@ -25,6 +25,8 @@ class xlsexport extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Set government mode */
     $smarty= get_smarty();
 
index d672df64d9c499e10ece1502bed3cfdfd8f58b2e..28557eca153a62724d2a7717c75a614306826eed 100644 (file)
@@ -24,6 +24,8 @@ class ldifimport extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Set government mode */
     $smarty= get_smarty();
 
index 02f5393a0e2ce1aaab9e7d0f7773800274cbee8c..755b84955296fbd5dfb7ac837db8376e43365b3e 100644 (file)
@@ -20,6 +20,8 @@ class ldif extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Show main page */
     return ($this->ldif->execute());
   }
index 59c5884800b36c22099be079f2b471dd8fea4048..ab0f67dda4c5aac9aeede72ae79880def0a82bef 100644 (file)
@@ -86,6 +86,8 @@ class logview extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
        /* Ignore if not defined */
        if (!isset($this->config->data['SERVERS']['LOG'])){
                return;
index ad4d3f163d12a2ab4f854b0e4da17aa328e1f2bf..9c4156f361677a0f73b8335f3ecab05fd59c5b27 100644 (file)
@@ -91,6 +91,8 @@ class application extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
        /* Do we represent a valid group? */
        if (!$this->is_account && $this->parent == NULL){
                 $display= "<img alt=\"\" src=\"images/stop.png\" align=\"middle\">&nbsp;<b>".
index 7d23b63ebdf1dfee58157666e4d3ba3819e43d42..f26efa05bc73f75a8e8cba076414761f3383cfc3 100644 (file)
@@ -48,6 +48,8 @@ class applicationManagement extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
          /* Save data */
          $appfilter    = get_global("appfilter");
          $smarty       = get_smarty();             // Smarty instance
index bf4d99c1e31c6087e83b01b6cbb40cf7ca28126b..663068805656905a94c79e6305adeabcb9611ac2 100644 (file)
@@ -35,6 +35,8 @@ class applicationParameters extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
        /* Do we need to flip is_account state? */
        if (isset($_POST['modify_state'])){
                $this->is_account= !$this->is_account;
index b1fd4b313884f6bf7a3843ae0fb6c71786af6107..cf161b89ed2f48bd3ef0e28d6a6ba78ad4d7dbbf 100644 (file)
@@ -65,6 +65,8 @@ class department extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
        /* Reload departments */
        $this->config->departments= get_departments($this->dn);
        $this->config->make_idepartments();
index 984f40f53a2d6764ab34b8b0c8f9194f130b0b36..4a0bda788524df3d1fed8d06795362349c35d257 100644 (file)
@@ -56,6 +56,8 @@ class departmentManagement extends plugin
 
        function execute()
        {
+       /* Call parent execute */
+       plugin::execute();
                /* Reload departments */
                $this->config->departments      = get_departments();
                $smarty                                         = get_smarty();
index be1fe5a77755a394964c3419cd31b050f7dde7d0..9a186369a3cd0a61a9f9db10e5483cc925981783 100644 (file)
@@ -26,6 +26,8 @@ class askClassName extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty = get_smarty();
     $display= "";
index ca376017c2e0d9a4f9c408ec048c36c8a40a4d88..047f5c150d01fbbf406cb24bcea8f2a30bab5242 100644 (file)
@@ -80,6 +80,8 @@ class faiHook extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index c372b81eaa4d2df73082a756aa1f8b954d3a5270..808e0188936b763846c63c741e0c72d5ab7805b6 100644 (file)
@@ -42,6 +42,8 @@ class faiHookEntry extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
index 448d046b14e0a9dcd156f7bcfbf0e87cb6630c9c..e4679cef4c13b3b20475eca9c2271321699fd116 100644 (file)
@@ -84,6 +84,8 @@ class faiManagement extends plugin
 
        function execute()
        {
+       /* Call parent execute */
+       plugin::execute();
                $display        = "";
                $smarty         = get_smarty();
                $s_action       = "";
index f58acfd12264cbfdf21dfea1378b8087e8f09aee..008883240a4d0b2cbb24cc7484bfefc7a0b5acd7 100644 (file)
@@ -95,6 +95,8 @@ class faiPackage extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index a0263d5589e47f7a05492c056b30d5dfdb5a071d..6c22d6f833d7f6e3520fd12e715417cd1ac16b28 100644 (file)
@@ -22,6 +22,8 @@ class faiPackageConfiguration extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
index 710fcfddfc7acd63b0999d6f9c61167f726004b1..c1672746d264318260869c992cee44ebf46d435e 100644 (file)
@@ -35,6 +35,8 @@ class faiPackageEntry extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
index 4437598370f824dc89d5c1c064c521e8986c286f..4e0a53b8bd46b4b2a60f58a84060df0cec493de7 100644 (file)
@@ -39,6 +39,8 @@ class faiPackageNew extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
index 47e989cc29d45085396a9257b63368c008bd079c..3954bc3a3c083604b7b9dcfec580b24007dd3e9e 100644 (file)
@@ -77,6 +77,8 @@ class faiPartitionTable extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 587f8379ab409f82914753644f3db928a20fb74e..c7d71d62c71b8f5177b5c1b31e80830795c87e21 100644 (file)
@@ -81,6 +81,8 @@ class faiPartitionTableEntry extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $s_action   = "";
index 038d97d4260c607adafc15870b39bfee24d0cea2..2ecdc62a57dad53172d3e9de8de88fd750832c55 100644 (file)
@@ -76,6 +76,8 @@ class faiProfile extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index b8ad6803aba1fca75a56a8ede41962596e3a4162..163bccb28906d07f4047895bb2b5d66d56866bda 100644 (file)
@@ -74,6 +74,8 @@ class faiProfileEntry extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
index d5580014138a919b89d8b519d286f9166b52e09a..015e192afbbcde7784ba4329c57583278fb7d50f 100644 (file)
@@ -82,6 +82,8 @@ class faiScript extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index f7152fce741510c84ee46cebb3506fe0c266b8e2..cb4fce3b625ac342146fe41956efd32ec4833308 100644 (file)
@@ -39,6 +39,8 @@ class faiScriptEntry extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
index 79f08a61c15d2766b032ec5216387dffa0d195f0..521c4ce5cfc724ce77c729bfd6ebf8543cd67890 100644 (file)
@@ -78,6 +78,8 @@ class faiTemplate extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 21c824033fffa76b7ab8d6f9f2f05007b8536dab..3a36d7c2bcebd6c5d4f2cd08303c268eb70829b3 100644 (file)
@@ -52,6 +52,8 @@ class faiTemplateEntry extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $smarty->assign("rand", rand(0, 10000));
index 2e17bb2d02d87937839665b1a7c0b9df9ee006d2..a63534dda7ca89876d30d4abe9bd6e3f97f59cf3 100644 (file)
@@ -76,6 +76,8 @@ class faiVariable extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index a73a13ab1342846a9cb6d1bbc59c4a771392b99c..06bb6305017e44b04642dd4641ef72f42a00d595 100644 (file)
@@ -37,6 +37,8 @@ class faiVariableEntry extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $display = "";
index 46c4a856b9c6c98921a10a83ee3ad5e6517d03a5..0c22986aa62fdabb39359201b547b82b33b219c6 100644 (file)
@@ -49,6 +49,8 @@ class acl extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
        /* Do we represent a valid group? */
        if (!$this->is_account && $this->parent == NULL){
                $display= "<img alt=\"\" src=\"images/stop.png\" align=\"middle\">&nbsp;<b>".
index 57bb2c0c599ff8e528cbb7b3e8b3538758f928ea..ab7476fb1c29bf7fc519cc122a50c3df97fc3309 100644 (file)
@@ -50,6 +50,8 @@ class appgroup extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we need to flip is_account state? */
     if (isset($_POST['modify_state'])){
       $this->is_account= !$this->is_account;
index 3a3ead4586b35087725d8f28fa79d0aee630095b..853a1f0f5a8c8758f5da06fa4825ddee252519ee 100644 (file)
@@ -155,6 +155,8 @@ class group extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we represent a valid group? */
     if (!$this->is_account && $this->parent == NULL){
       $display= "<img alt=\"\" src=\"images/stop.png\" align=\"middle\">&nbsp;<b>".
index 40b0e8be8e4dd3678260084b3b2e28a8272fe3ca..22e032c1f56e669fcb61025b4cbe02c036906132 100644 (file)
@@ -160,6 +160,8 @@ class mailgroup extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Load templating engine */
     $smarty= get_smarty();
     if ($_SESSION['js']==FALSE){
index 6efef3fee959924ce01956b0d645fc225c5ab864..cbe1cd577f8d23081590c14db261fc06ca801e30 100644 (file)
@@ -56,6 +56,8 @@ class groupManagement extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Save data */
     $groupfilter= get_global("groupfilter");
     $s_action   = "";
index d4180f603afc32321c4bd14514c4f830d45b3a72..5d23c1051953d42c2ccb78e959b533ce3fed0552 100644 (file)
@@ -26,6 +26,8 @@ class mailogroup extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we need to flip is_account state? */
     if (isset($_POST['modify_state'])){
       $this->is_account= !$this->is_account;
index f7312d2345017003c6d3040f9a38aabc876dc79a..25b10247ce7f05e04420c8d4533451a25156b952 100644 (file)
@@ -115,6 +115,8 @@ class ogroup extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     
     $this->reload();
 
index 4e025e869a60d866b0c44342a177bb1fe4a378da..a884a03aab2a562f1c3870dc601291c24453b9c2 100644 (file)
@@ -70,6 +70,8 @@ class ogroupManagement extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Prepare template */
     $smarty= get_smarty();
 
index 6ffb446fcd0d04a519f1d566a40fb01104ede0d2..9b21d3e01a3c499158b0f11661112f7e9437a828 100644 (file)
@@ -99,6 +99,8 @@ class phonequeue extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we need to flip is_account state? */
     if (isset($_POST['modify_state'])){
       $this->is_account= !$this->is_account;
index fe7b1611f3ce549b39fe487976b2dbfaf681ff1b..b7219b48e552423a2334972c53bcea660cabbf09 100644 (file)
@@ -42,6 +42,8 @@ class termgroup extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
 
     /* Watch for events */
     if (isset($_POST['action'])){
index abccd5e532b8f5bb290cb46f2a9ec21fc2c985c9..88ef3e515f1fbe12693a18c0aa4f8977121042bd 100644 (file)
@@ -104,6 +104,8 @@ class ogrouptabs extends tabs
 
   function execute(){
     $str = "";
+       /* Call parent execute */
+       plugin::execute();
     $this->by_object['ogroup']->AddDelMembership();
     $this->reload($this->by_object['ogroup']->gosaGroupObjects);
     $str .= tabs::execute();
index 139444563bd4fcddf36b9c266d0833a5a5c4e155..06ec159a997822f793332af75eeb9ed74816b115 100644 (file)
@@ -42,6 +42,8 @@ class componentGeneric extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we represent a valid phone? */
     if (!$this->is_account && $this->parent == NULL){
       $display= "<img alt=\"\" src=\"images/stop.png\" align=middle>&nbsp;<b>".
index ad6b5e61c6a045914c1a8c6d3a13c74ec4686519..daf86244adc9d3ab3130b99ca5d3c112202422cd 100644 (file)
@@ -96,6 +96,8 @@ class phoneGeneric extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we represent a valid phone? */
     if (!$this->is_account && $this->parent == NULL){
       $display= "<img alt=\"\" src=\"images/stop.png\" align=middle>&nbsp;<b>".
index 0cf8e3872808342bfdf21011d3e8f8b691363b47..0a3ab6e06740c929ca693af206be3783f22d10a0 100644 (file)
@@ -158,6 +158,8 @@ class printgeneric extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     $smarty= get_smarty();
     $display="";
     /* Template management.
index ed31bb2629de315194c8320a2bf2e8f1ba8ac02e..86da20b32d298e590b0435905e6f0f47a7f1c75c 100644 (file)
@@ -82,6 +82,8 @@ class printerPPDDialog extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 39f38da545491afbec35434b55cb3e1abc6b0f82..7d466828f0d60336614e073c0549194cdb7fe4f3 100644 (file)
@@ -46,6 +46,8 @@ class printerPPDSelectionDialog extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 945d6f6b084c2153bba25746942fe592da37eb55..25418c12fbe8244bbe1c5896e7b00a8d7d3768c7 100644 (file)
@@ -53,6 +53,8 @@ class selectUserToPrinterDialog extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 230407daf24872e885e9f8c001e9976fd40494e5..8f37bc5d3053c2191aebdd74bff59718f53f45df 100644 (file)
@@ -66,6 +66,8 @@ class servdb extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
 
index 72fd0825197689ebb6f78cbb9388637c23ac4303..e0b4f093c36e8725924f99aa780f01f7771ba837 100644 (file)
@@ -19,6 +19,8 @@ class servdhcp extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 6f39d7b221c5dcd30449d8da81eca43e52393e80..af2df9c30a0300fcdde041310ae35704eb8b4f18 100644 (file)
@@ -19,6 +19,8 @@ class servdns extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index c8198c41bab16245d874cfc73d6c7059bca26d31..07fccd1adef8c8245cc80bd4cdd3bb90285d9494 100644 (file)
@@ -43,6 +43,8 @@ class servgeneric extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we represent a valid server? */
     if (!$this->is_account && $this->parent == NULL){
       $display= "<img alt=\"\" src=\"images/stop.png\" align=middle>&nbsp;<b>".
index 4fa05f4f6938ca2ac5d13819aa4ae3f56996f908..25da18b10d2b619ddbaf2c9471fd235f2fe642dd 100644 (file)
@@ -94,6 +94,8 @@ class servkolab extends plugin {
 
   function execute() 
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty = get_smarty();
     $display = "";
index ebbd08344aecdfae5218b166adc125fdbbe3e587..30a1a4c2d1641bcf4a2a4ba4b51aaefa3deb7616 100644 (file)
@@ -51,6 +51,8 @@ class servnfs extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
 
index 5b49f90372bafe1929afe3392b681e1491150acc..f199a0119913ae2f59a02a668217d195a45ad835 100644 (file)
@@ -91,6 +91,8 @@ class servservice extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
 
index c6aa4fa056801e907f842307deb59d0cbdc43c9a..1a21cfe0fb6202e1733a7c6cec9db13a623b987d 100644 (file)
@@ -65,6 +65,8 @@ class systems extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Save data */
     $terminalfilter= get_global("terminalfilter");
     foreach( array("depselect", "user", "regex") as $type){
index a8e0c501245c4fb19cf1e7c26e0b9cf9218f5d82..f3e3a901b3127e4c129b4817b810bfbb5eef0419 100644 (file)
@@ -76,6 +76,8 @@ class termgeneric extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we need to flip is_account state? */
     if (isset($_POST['modify_state'])){
       $this->is_account= !$this->is_account;
index 7c378d679a2a5e1eed114500247b4a3f5c7c8e5d..a499447f5e259cdccf60c405d59e94d5ef3103ed 100644 (file)
@@ -56,6 +56,8 @@ class terminfo extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we represent a valid terminal? */
     if (!$this->is_account && $this->parent == NULL){
       echo "<img alt=\"\" src=\"images/stop.png\" align=middle>&nbsp;<b>".
index c8bbf3f9b000e39689c53896ec4c941829fd6419..fc9f54b063f6f5475b8081f7533013aecd733dec 100644 (file)
@@ -125,6 +125,8 @@ class termservice extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we need to flip is_account state? */
     if (isset($_POST['modify_state'])){
       $this->is_account= !$this->is_account;
index 2192dfc40ef64fb45f39211df6af6e3675003eca..a4723b03c0a4bd0aada317b09571d861b6d5f993 100644 (file)
@@ -85,6 +85,8 @@ class termstartup extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we need to flip is_account state? */
     if (isset($_POST['modify_state'])){
       $this->is_account= !$this->is_account;
index 2294fb02a035ce0b66542c32d5337b943b2295fc..3b72c17a635919456d798e81ef6ed88b1c8dec63 100644 (file)
@@ -64,6 +64,8 @@ class wingeneric extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we represent a valid phone? */
     if (!$this->is_account && $this->parent == NULL){
       $display= "<img alt=\"\" src=\"images/stop.png\" align=middle>&nbsp;<b>".
index f40e25befba7010e8482f129879f34d6b35e1532..a1c4b595c11cf452614ad1312de429c9b6bc4c76 100644 (file)
@@ -83,6 +83,8 @@ class workgeneric extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we need to flip is_account state? */
     if (isset($_POST['modify_state'])){
       $this->is_account= !$this->is_account;
index 495e8dd370420f980d3e8dcc70670cfbf40259d5..f6b76e5ded6c5b9f9d042cfca8d471d87a292ca8 100644 (file)
@@ -110,6 +110,8 @@ class workservice extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we need to flip is_account state? */
     if (isset($_POST['modify_state'])){
       $this->is_account= !$this->is_account;
index 7be89caf05ca6888c4abbfe3de55f4489797e581..9517edfd49dc25ce8d50c7b4989909240c9e790c 100644 (file)
@@ -201,6 +201,8 @@ class workstartup extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we need to flip is_account state? */
     if (isset($_POST['modify_state'])){
       $this->is_account= !$this->is_account;
index 99eb580864df907f68b7347f5e28409f797b38f6..e9460770be246ff41b49ed7e3253390bae883007 100644 (file)
@@ -59,6 +59,8 @@ class userManagement extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     $smarty       = get_smarty();             // Smarty instance
     $userfilter   = get_global("userfilter"); // contains Filter Settings
     $s_action     = "";                       // Contains the action to proceed
index 3e3a9cad9629b2b09938531af0ae6cbab5a960fd..d2902e3b928577850d20ed9cc19746aa3beb8967 100644 (file)
@@ -55,6 +55,9 @@ class reference extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
+plugin::execute();
        /* Set government mode */
        $smarty= get_smarty();
 
index 37b741ffac27985e71a9a9d08cce05f5574540eb..2da01d1aaf16591914747f4d313ca8340eca1eca 100644 (file)
@@ -48,6 +48,8 @@ class blocklist extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Get global smarty instance */
     $smarty= get_smarty();
     $blockfilter   = get_global("blockfilter"); // contains Filter Settings
index d11c1eae760f773a8546c9a86423d0c2894ced56..5b8dfc24654a6447b8ef06b8edd89d58ac7e7602 100644 (file)
@@ -84,6 +84,8 @@ class gofaxAccount extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Load smarty stuff */
     $smarty= get_smarty();
 
index f793cf308a5cfb2cadcea7cb7488f5aaf79733dc..b080845c9b68459916275969ada2f08a6e1b86e0 100644 (file)
@@ -58,6 +58,8 @@ class faxreport extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
        /* Get template engine */
        $smarty= get_smarty();
        $faxfilter= get_global("faxreportfilter");
index 84d277ebe0173eb6d559f32dee5e9f5c40b8e65d..fe1cc27295160fc97de1bfdf3eb3474f00858e04 100644 (file)
@@ -109,6 +109,8 @@ class conference extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     //$acl= get_permissions ($this->dn, $this->ui->subtreeACL);
     //$this->acl= get_module_permission($acl, "goFonConference", $this->dn);
 
index 5199f5122ba66d4ebf5ac625fbf94b2328d5aa97..644716d7476e6e9cec072e3085fcef1e63e42e95 100644 (file)
@@ -60,6 +60,8 @@ class phoneConferenceManagment extends plugin
   /* Execute class and display something */
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Reload departments */
     $this->config->departments = get_departments();
     $smarty                                                      = get_smarty();
index 2341d4c9b20b2cd342481ebf3e6eaf2b4ef2f51c..097f6c027ab33022a0499738686a385f544a8c45 100755 (executable)
@@ -79,6 +79,8 @@ class macro extends plugin
   /*!  Execute this plugin */
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Variables */
     $vars      = "";
     $tmp       = array();
index 2b8b00f22805abdb89490cfc1bce482ffdc20979..44761da569e611297ce145ef3252385c6136a179 100755 (executable)
@@ -47,6 +47,8 @@ class gofonMacro extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Save data */
     $macrofilter= get_global("macrofilter");
     foreach( array("depselect", "regex") as $type){
index ed7cf2abaccf70f968f2611f51ed9a4de583fec7..19085a904b758a40a356499e508cff574633ff9d 100755 (executable)
@@ -173,6 +173,8 @@ class macroParameter extends plugin
   */
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Variables */
     $vars      = "";
     $tmp       = array();
index 58bb3927fb98b814b35f1223ad7f05508949be5b..3834ea21681cbaa73732322423273b266f57ce9f 100644 (file)
@@ -556,6 +556,8 @@ class phoneAccount extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     $display = "";
 
     if(empty($this->macro)&&(!empty($this->goFonMacro))){
index 3fe547d8df8aab91e6cd735b0010d999f0b9303b..4c2fb1a7158155a7fbd63f009f0552621883aaf7 100644 (file)
@@ -52,6 +52,8 @@ class fonreport extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
          /* Get template engine */
          $smarty= get_smarty();
          $fonfilter= get_global("fonfilter");
index 6c760ad67045cdaf8cf79092c035c219abcd7a92..dec3825cd08de032dd198fb5b9b726b97c4441d4 100644 (file)
@@ -41,6 +41,8 @@ class connectivity extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     $display= "";
 
     /* Prepare templating */
index 80c2a0052e4913a48a383768d04f8d1be65eca99..7b9bd9f70d7519207fc9ac93d5783a2dde924f4d 100644 (file)
@@ -52,6 +52,8 @@ class intranetAccount extends plugin
        
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
        $display= "";
 
        $smarty= get_smarty();
index 2735ab9afff231e5d5c2458fbeb0a7ca01ec5794..0983e5b43e7603480753e3b6cd1e7ec81db29e5f 100644 (file)
@@ -46,6 +46,8 @@ class kolabAccount extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Show tab dialog headers */
     $display= "";
 
index d68794de2be2eb9ed3261d63c51001919db3f0a8..2b7016a80816867432b20069672f2bfe75c238b1 100644 (file)
@@ -597,6 +597,8 @@ class oxchangeAccount extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
 
     /* Show tab dialog headers */
     $display="";
index 9be083a9f54aafbcab7ac25a85c273783c356c11..e42745a2c3025d950bed7ebe03d0c6a37c14bea9 100644 (file)
@@ -26,6 +26,8 @@ class phpgwAccount extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Show tab dialog headers */
     $display= "";
 
index 1015705622968479278cbb4b96c020d705740518..621d7216d7f153a380f7b5166fa48e19902386ca 100644 (file)
@@ -22,6 +22,8 @@ class phpscheduleitAccount extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Show tab dialog headers */
     $display= "";
 
index e98bb781aa83d42c3c2a2b0710a14eb4c95bfbc3..79b46ae144ab94051d3eb1bafaf47923c54d4556 100644 (file)
@@ -22,6 +22,8 @@ class pptpAccount extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Show tab dialog headers */
     $display= "";
 
index 740e32be21fb697b3f3439a8e221253547a96a20..a2657fb7266f97df36f1ef66f3531eaeadd27855 100644 (file)
@@ -30,6 +30,8 @@ class proxyAccount extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     $display= "";
 
     /* Prepare templating */
index ba31bb7e9557c51ab59654a6b24565fc4c70e0ec..94cb9e3c9036ee665de110823f474bc0850a5e1f 100644 (file)
@@ -34,6 +34,8 @@ class pureftpdAccount extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Show tab dialog headers */
     $display= "";
 
index 2353535f29583245bb7743a41e81e2b0b0a23f57..54d9425ff9c1dae89798fbf87b3c525430c1f223 100644 (file)
@@ -22,6 +22,8 @@ class webdavAccount extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Show tab dialog headers */
     $display= "";
 
index 6a3c6591a699d09254da9f6fc423600f18a1e711..494d3f3338070a43ad1cd20cb75d8e71063e1093 100644 (file)
@@ -172,6 +172,8 @@ class environment extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index d5ecf2742b26da1163a54aeb0e0d311a51f5e521..039f40b7377438d7f48e42f7c96378b43dfd1117 100644 (file)
@@ -34,6 +34,8 @@ class hotplugDialog extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 27f5e4291a1331062f1f28ab173f799c03a7930c..97f09667ca7fca2ca161b73ad7a1e873b615db21 100644 (file)
@@ -27,6 +27,8 @@ class kioskManagementDialog extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index 9c35107fc64e033dd0ac4da52275427c2f2a3449..ebac2ef18af85f61b94fd5495a28179f51d8ceaf 100644 (file)
@@ -41,6 +41,8 @@ class logonManagementDialog extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     $smarty= get_smarty();
     $display= "";
 
index 76558dceab8ab370a358b414bf8e6eb2e8804ca7..76904fbf0ddfa7ad4ceca29d1db898b5bdaee862 100644 (file)
@@ -25,6 +25,8 @@ class selectPrinterDialog extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
index ad1c41035778633cdc4e77b8d3093f8efef35b0b..a593cdb088569395ab3f8df7e650dba385df84ee 100644 (file)
@@ -203,6 +203,8 @@ class user extends plugin
   /* execute generates the html output for this node */
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     $smarty= get_smarty();
 
     /* Fill calendar */
index 515a918396cace4db13cf31d8ca15ddf167db2d9..344384ae9d1fb5662789a1bac61a80fd98de9489 100644 (file)
@@ -174,6 +174,8 @@ class mailAccount extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Load templating engine */
     $smarty= get_smarty();
     $display= "";
index 6a7eb30ead47a4cab6cc39da56aadf7e2fd14902..b939be4c604be5fcbcf260034424c13dd0c8e668 100644 (file)
@@ -67,6 +67,8 @@ class nagiosAccount extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Load templating engine */
     $smarty= get_smarty();
     $display= "";
index e877327d772091a148c8f0888938d4b2704f8c56..d163ee0fe17c8c732f7269f8d3c0372710bff6f2 100644 (file)
@@ -208,6 +208,8 @@ class posixAccount extends plugin
   /* execute generates the html output for this node */
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we need to flip is_account state? */
     if (isset($_POST['modify_state'])){
       $this->is_account= !$this->is_account;
index dee273c53a0362bcfa26810c57539085b5880bbb..8aabdf468c96d24bf18c65d15078e60d2ebe8c91 100644 (file)
@@ -183,6 +183,8 @@ class sambaAccount extends plugin
 
   function execute()
   {
+       /* Call parent execute */
+       plugin::execute();
     /* Do we need to flip is_account state? */
     if (isset($_POST['modify_state'])){
       $this->is_account= !$this->is_account;