summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8d69de5)
raw | patch | inline | side by side (parent: 8d69de5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 23 Jul 2010 09:34:15 +0000 (09:34 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 23 Jul 2010 09:34:15 +0000 (09:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19069 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/class_DaemonEvent_recreate_fai_server_db.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_recreate_fai_server_db.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_recreate_fai_server_db.inc
index 647d9af0adfe3bf85b78ec00b2549ad72507584f..681eca2f10c32978adc375ab0ed77011be15f356 100644 (file)
class DaemonEvent_recreate_fai_server_db extends DaemonEvent
{
- var $visible_for = HIDDEN_EVENT;
+ var $visible_for = HIDDEN_EVENT;
- public function __construct($config,$data = array())
- {
- DaemonEvent::__construct($config,$data);
- $this->s_Menu_Name = _("Reload fai server db");
- $this->s_Event_Name = _("Reload fai server db");
- $this->s_Schedule_Action= "gosa_recreate_fai_server_db";
- $this->s_Trigger_Action = "gosa_recreate_fai_server_db";
- $this->s_Queued_Action = "recreate_fai_release_db";
- $this->s_Menu_Image = "images/edit.png";
- $this->s_List_Image = "images/edit.png";
- }
+ public function __construct($config,$data = array())
+ {
+ DaemonEvent::__construct($config,$data);
+ $this->s_Menu_Name = _("Reload fai server db");
+ $this->s_Event_Name = _("Reload fai server db");
+ $this->s_Schedule_Action= "gosa_recreate_fai_server_db";
+ $this->s_Trigger_Action = "gosa_recreate_fai_server_db";
+ $this->s_Queued_Action = "recreate_fai_release_db";
+ $this->s_Menu_Image = "images/edit.png";
+ $this->s_List_Image = "images/edit.png";
+ }
- public function execute()
- {
- DaemonEvent::execute();
- return("Cannot be displayed");
- }
+ public function execute()
+ {
+ DaemonEvent::execute();
+ return("Cannot be displayed");
+ }
- public function save_object()
- {
- DaemonEvent::save_object();
- }
+ public function save_object()
+ {
+ DaemonEvent::save_object();
+ }
}
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
?>