Changeset 6740 for extensions/pLoader
- Timestamp:
- Jul 31, 2010, 7:01:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/pLoader/trunk/src/Uploader/Images.pm
r6738 r6740 373 373 374 374 # works in single and multi selection mode 375 if( defined $name){375 if(length $name > 0){ 376 376 map { 377 377 my $_name; … … 401 401 # if multiple selection 402 402 if($self->multi_selection_mode){ 403 if( defined $author){403 if(length $author > 0){ 404 404 $self->selection_author($author); 405 405 map { … … 420 420 # if multiple selection 421 421 if($self->multi_selection_mode){ 422 if( defined $comment){422 if(length $comment > 0){ 423 423 $self->selection_comment($comment); 424 424 map {
Note: See TracChangeset
for help on using the changeset viewer.