Kaydet (Commit) b9150454 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS native99 (1.4.4); FILE MERGED

2007/08/08 12:15:14 is 1.4.4.1: #i80470# allowing root module definition without gid_Module_Root
üst 0d54ceb6
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: xpdinstaller.pm,v $ # $RCSfile: xpdinstaller.pm,v $
# #
# $Revision: 1.4 $ # $Revision: 1.5 $
# #
# last change: $Author: ihi $ $Date: 2007-07-12 11:16:47 $ # last change: $Author: ihi $ $Date: 2007-08-20 15:27:24 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -158,7 +158,7 @@ sub get_display_tag ...@@ -158,7 +158,7 @@ sub get_display_tag
if ( $styles =~ /\bHIDDEN_ROOT\b/ ) { $type = "hidden"; } if ( $styles =~ /\bHIDDEN_ROOT\b/ ) { $type = "hidden"; }
else { $type = "show"; } else { $type = "show"; }
# special handling for "gid_Module_Root", which has no parent # special handling for the root module, which has no parent
my $parentgid = ""; my $parentgid = "";
if ( $module->{'ParentID'} ) { $parentgid = $module->{'ParentID'}; } if ( $module->{'ParentID'} ) { $parentgid = $module->{'ParentID'}; }
if ( $parentgid eq "" ) { $type = "hidden"; } if ( $parentgid eq "" ) { $type = "hidden"; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment