Changeset 508 for trunk/core/lib/TWiki/Attach.pm
- Timestamp:
- 11/10/08 04:10:56 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/TWiki/Attach.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/TWiki/Attach.pm
r411 r508 195 195 elsif ( $attr eq 'ICON' ) { 196 196 my $picked = $this->{session}->mapToIconFileName($file); 197 if (!defined($picked) || ($picked eq '')) { 198 return ''; 199 } 197 200 my $url = $this->{session}->getIconUrl( 0, $picked ); 198 201 return CGI::img(
Note: See TracChangeset
for help on using the changeset viewer.
