Changeset 52

Show
Ignore:
Timestamp:
07/05/05 11:57:51 (3 years ago)
Author:
ludo
Message:

when adding a shared image to a menu, it is now displayed by default (from r2320)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/admin/perl/lbs-lib.pl

    r45 r52  
    18561856 
    18571857 hdrSetVal(\%hdr, $menu, "def", "no") ; 
    1858  hdrSetVal(\%hdr, $menu, "visu", "no") ; 
     1858 hdrSetVal(\%hdr, $menu, "visu", "yes") ; 
    18591859 hdrSetVal(\%hdr, $menu, "image", $image) ; 
    18601860 hdrSetVal(\%hdr, $menu, "include", $include) if (length($include)) ;