summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a310a79)
raw | patch | inline | side by side (parent: a310a79)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Aug 2009 12:01:27 +0000 (12:01 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Aug 2009 12:01:27 +0000 (12:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14170 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_ldap.inc | patch | blob | history |
index 45ffae7f4a4b8e8901985ea8ebc611cc49f089f1..29f82e7fcd4e460a4c7f41dc04c0aa81695cb9b6 100644 (file)
}
}
+
function get_attribute($dn, $name,$r_array=0)
{
$data= "";
}
}
}
- if($r_array==0)
- return ($data);
- else
- return ($info);
-
-
+ if($r_array==0) {
+ return ($data);
+ } else {
+ return ($info);
+ }
}