From: guiguidoc Date: Thu, 6 Oct 2005 11:39:36 +0000 (+0000) Subject: comments on class_nagiosAccount.inc X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ad85091d905dd85add29c864499fd9ad8d4d540d;p=gosa.git comments on class_nagiosAccount.inc git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1509 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 */