From de30d5dac60584fbd1398f3abd8ad98b84659d67 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 29 Aug 2005 06:43:32 +0000 Subject: [PATCH] some fixes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1238 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/environment/class_environment.inc | 2 +- plugins/personal/environment/environment.tpl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc index 879f2bc69..398ef9b5d 100644 --- a/plugins/personal/environment/class_environment.inc +++ b/plugins/personal/environment/class_environment.inc @@ -25,7 +25,7 @@ class environment extends plugin var $gotoProfileFlags = ""; // Flags enabled ? only used to set ACL and save var $gotoProfileFlag_C = ""; // Flag is set to C if we have the profile caching fucntion enabled - var $gotoXResolution = ""; // The selected resolution eg: 1024x768 + var $gotoXResolution = "1024x768"; // The selected resolution eg: 1024x768 var $gotoXResolutions = array();// Contains all available resolutions for this account var $gotoProfileFlag_L = ""; // Flag is set to L to enable runtime resolution change var $gotoProfileQuota = ""; // User Quota Settings diff --git a/plugins/personal/environment/environment.tpl b/plugins/personal/environment/environment.tpl index d4ecc4eea..4c16e1297 100644 --- a/plugins/personal/environment/environment.tpl +++ b/plugins/personal/environment/environment.tpl @@ -53,7 +53,8 @@ - + {t}MB{/t} -- 2.30.2