From: hickert Date: Mon, 17 Oct 2005 11:10:19 +0000 (+0000) Subject: Some fixes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=79cb46bbc9f45293edd38f2b4531b45aa2fd7613;p=gosa.git Some fixes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1585 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc index 76f709634..8e0943def 100644 --- a/plugins/personal/environment/class_environment.inc +++ b/plugins/personal/environment/class_environment.inc @@ -42,7 +42,7 @@ class environment extends plugin var $gotoPrinter = ""; // The selected Printer /* Share */ - var $gotoShares = array();// Currently Share Option + var $gotoShares = array();// Current Share Options var $gotoShare = ""; // currently selected Share Option var $gotoShareSelections= array();// Available Shares for this account in Listbox format var $gotoAvailableShares= array();// Available Shares for this account @@ -63,7 +63,7 @@ class environment extends plugin "gotoXResolution","gotoProfileQuota", "gotoLogonScripts","gotoLogonScript", "gotoPrinters", - "gotoShares","gotoShare","gotoShareSelections", + "gotoShares","gotoShare", "gotoKioskProfile","gotoKioskProfiles", "gotoHotplugDevices"); var $objectclasses = array("gotoEnvironment"); // Specifies the objectClass which contains the attributes edited here @@ -435,6 +435,7 @@ class environment extends plugin $smarty->assign("gotoShareSelections", $this->gotoShareSelections); if(!is_array($this->gotoShareSelections)){ + print $this->gotoShareSelections; $this->gotoShareSelections = array(); } $smarty->assign("gotoShareSelectionKeys", array_flip($this->gotoShareSelections));