author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Mar 2008 07:06:38 +0000 (07:06 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Mar 2008 07:06:38 +0000 (07:06 +0000) | ||
commit | 2dde9fbde1c62a9296b66d9ff4ecf9ae04e618b7 | |
tree | 08230cd0c0d570647682cb8d6a6308125662cbc5 | tree | snapshot |
parent | 0dcc6c087dc8dd771499e21a7293cf4773d600f3 | commit | diff |
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
-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 | diff | blob | history |