summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a96e024)
raw | patch | inline | side by side (parent: a96e024)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 24 Oct 2005 09:20:27 +0000 (09:20 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 24 Oct 2005 09:20:27 +0000 (09:20 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1673 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiHook.inc | patch | blob | history | |
plugins/admin/fai/class_faiScript.inc | patch | blob | history | |
plugins/admin/fai/class_faiVariable.inc | patch | blob | history |
index 219593abe656f1d73bd035be523ea87eff0dc0af..866d7698eb8c7dfde429f21b9e9b16c9f4f524c0 100644 (file)
/* Attributes to initialise for each subObject */
var $subAttributes = array("cn","description","FAItask","FAIscript");
- var $sub64coded = array("FAItask","FAIscript");
+ var $sub64coded = array();
/* Specific attributes */
var $cn = ""; // The class name for this object
index 6e5c754cc535d7080eca5b15c099e49616625cce..92965bf5d32e8f67b74431572abc01b1cd1742dc 100644 (file)
/* Attributes to initialise for each subObject */
var $subAttributes = array("cn","description","FAIpriority","FAIscript");
- var $sub64coded = array("FAIscript");
+ var $sub64coded = array();
/* Specific attributes */
var $cn = ""; // The class name for this object
index 6c47c6f331a88586f864c9d90a614bdf7eb3f8d6..8e12554b877314665805a283d7a2a99fa6f59419 100644 (file)
/* Attributes to initialise for each subObject */
var $subAttributes = array("cn","description","FAIvariableContent");
- var $sub64coded = array("FAIvariableContent");
+ var $sub64coded = array();
/* Specific attributes */
var $cn = ""; // The class name for this object