summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ea785a)
raw | patch | inline | side by side (parent: 7ea785a)
author | guiguidoc <guiguidoc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Oct 2005 11:39:36 +0000 (11:39 +0000) | ||
committer | guiguidoc <guiguidoc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Oct 2005 11:39:36 +0000 (11:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1509 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/nagios/class_nagiosAccount.inc | patch | blob | history |
diff --git a/plugins/personal/nagios/class_nagiosAccount.inc b/plugins/personal/nagios/class_nagiosAccount.inc
index bdf59f93a2a32fba87bc1570f9f77fa9e9aa456b..9b4cf0c54c4cab37779c268f4e86f4b354ffb064 100644 (file)
}
}
-
+
+ /* Check formular input */
function check()
{
$message= array();
return($message);
}
+ /* Save data to object */
function save_object()
{
}
}
+ /* remove object from parent */
function remove_from_parent()
{
/* Cancel if there's nothing to do here */