Module: nagvis Branch: master Commit: 84f0f34566055fbbe4ba8cb6c8659e318e727bc4 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=84f0f34566055fbbe4ba8cb6c8659e318e727bc4
Author: LaMi <[email protected]> Date: Fri Dec 4 21:48:04 2009 +0100 Wui does not write the rotationid when saving anymore --- share/frontend/wui/classes/WuiMainCfg.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/frontend/wui/classes/WuiMainCfg.php b/share/frontend/wui/classes/WuiMainCfg.php index 2255abd..d5dd7ed 100644 --- a/share/frontend/wui/classes/WuiMainCfg.php +++ b/share/frontend/wui/classes/WuiMainCfg.php @@ -168,8 +168,8 @@ class WuiMainCfg extends GlobalMainCfg { $item2 = $val; } - // Don't write the backendid attribute (Is internal) - if($key2 !== 'backendid') { + // Don't write the backendid/rotationid attributes (Are internal) + if($key2 !== 'backendid' && $key2 !== 'rotationid') { $content .= $key2.'="'.$item2.'"'."\n"; } } ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
