From: hickert Date: Tue, 12 Jan 2010 07:11:33 +0000 (+0000) Subject: Fixed type to Bool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e28042421add487735e2f8d0e1aa91c236525e8e;p=gosa.git Fixed type to Bool git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15145 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 70e87321b..544051dd0 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -58,7 +58,7 @@ class management protected $last_dialogObject = null; // Whether to display the apply button or not - protected $displayApplyBtn = ""; + protected $displayApplyBtn = FALSE; // Whether to display a footer or not. protected $skipFooter = false;