summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6b529cd)
raw | patch | inline | side by side (parent: 6b529cd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 10 Nov 2005 07:51:13 +0000 (07:51 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 10 Nov 2005 07:51:13 +0000 (07:51 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1900 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/environment/class_environment.inc | patch | blob | history |
diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc
index e3ea8c8923deec7d2e1f21c1e42f5bf12d6c1335..d5df39c6db904c4a478531ca98b005cd2ba0f506 100644 (file)
/* Call parent execute */
plugin::execute();
+ /* Fill templating stuff */
+ $smarty= get_smarty();
+ $display= "";
+
/* Prepare all variables for smarty */
foreach($this->attributes as $s_attr){
/* Set value*/
}
- /* Fill templating stuff */
- $smarty= get_smarty();
- $display= "";
/* Is accout enabled | are we editing from usermenu or admin menu
All these tab management is done here
*/