Code

Updated class plugin
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 28 Mar 2008 07:06:38 +0000 (07:06 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 28 Mar 2008 07:06:38 +0000 (07:06 +0000)
commit2dde9fbde1c62a9296b66d9ff4ecf9ae04e618b7
tree08230cd0c0d570647682cb8d6a6308125662cbc5
parent0dcc6c087dc8dd771499e21a7293cf4773d600f3
Updated class plugin
-saved_attributes was not created correctly for array values. Only the first array entry was used

{{{
$this->attrs['gotoLdapServer'][0]="0:ldap://server1";
                              [1] "1:ldap://server2";
}}}

Results in
{{{
$this->attrs['gotoLdapServer']="0:ldap://server1";
}}}

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10051 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_plugin.inc