Revision 108

Date:
2011/08/03 13:27:43
Author:
ahitrov
Revision Log:
Some other warnings suppressed
Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/core/lib/Contenido/Parser/RSS.pm

     
    233 233 @images = values %images;
    234 234 }
    235 235 push @items, {
    236 'checksum' => md5_hex(encode_utf8($title.$description)),
    236 'checksum' => md5_hex(encode_utf8(($title || '').($description || ''))),
    237 237 'ignore' => $item->{ignore} || 0,
    238 238 'title' => $title || '',
    239 239 'title_gui' => $item->{title_gui} || $title || '',