Module: nagvis Branch: master Commit: f824fd483a86b11cba4d0c94c53c5584d5657066 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=f824fd483a86b11cba4d0c94c53c5584d5657066
Author: Lars Michelsen <[email protected]> Date: Wed Jun 9 22:13:39 2010 +0200 Showing alias on overview page again --- share/server/core/classes/GlobalIndexPage.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/share/server/core/classes/GlobalIndexPage.php b/share/server/core/classes/GlobalIndexPage.php index d7c9d7c..d403472 100644 --- a/share/server/core/classes/GlobalIndexPage.php +++ b/share/server/core/classes/GlobalIndexPage.php @@ -109,6 +109,7 @@ class GlobalIndexPage { $objConf['hover_menu'] = 1; $objConf['hover_childs_show'] = 1; $objConf['hover_template'] = 'default'; + unset($objConf['alias']); $MAP->MAPOBJ->setConfiguration($objConf); ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
