summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5d6c815)
raw | patch | inline | side by side (parent: 5d6c815)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 Jul 2008 10:19:49 +0000 (10:19 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 Jul 2008 10:19:49 +0000 (10:19 +0000) |
-Fixed checkbox handling. checkboxes were disabled everytime.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11553 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11553 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/opengroupware/personal/connectivity/opengroupware/class_opengwAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/opengroupware/personal/connectivity/opengroupware/class_opengwAccount.inc b/gosa-plugins/opengroupware/personal/connectivity/opengroupware/class_opengwAccount.inc
index cbb0617c7ad63678639c6cbd8d024c5533289423..c6b622b654cb4b74005fc10dc95e55f750b569a5 100644 (file)
/* Create Team membership */
$str = "";
- if(($this->is_account)==""){
+ if($this->is_account){
$dis = "";
}else{
$dis = " disabled ";