From ad85091d905dd85add29c864499fd9ad8d4d540d Mon Sep 17 00:00:00 2001 From: guiguidoc Date: Thu, 6 Oct 2005 11:39:36 +0000 Subject: [PATCH] comments on class_nagiosAccount.inc git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1509 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/nagios/class_nagiosAccount.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/personal/nagios/class_nagiosAccount.inc b/plugins/personal/nagios/class_nagiosAccount.inc index bdf59f93a..9b4cf0c54 100644 --- a/plugins/personal/nagios/class_nagiosAccount.inc +++ b/plugins/personal/nagios/class_nagiosAccount.inc @@ -159,7 +159,8 @@ class nagiosAccount extends plugin } } - + + /* Check formular input */ function check() { $message= array(); @@ -183,6 +184,7 @@ class nagiosAccount extends plugin return($message); } + /* Save data to object */ function save_object() { @@ -192,6 +194,7 @@ class nagiosAccount extends plugin } } + /* remove object from parent */ function remove_from_parent() { /* Cancel if there's nothing to do here */ -- 2.30.2