Changeset 22165

Show
Ignore:
Timestamp:
10/26/08 18:02:35 (5 years ago)
Author:
hsbt
Message:

fix argument in image* method.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/util/image2flickr.rb

    r22082 r22165  
    250250  end 
    251251 
    252   def image(index, title = nil) 
     252  def image( index, title = nil, thumbnail = nil, size = nil, place = 'photo' ) 
    253253    replace("flickr", @date, index, title) 
    254254  end 
    255255 
    256   def image_left(index, title = nil) 
     256  def image_left( index, title = nil, thumbnail = nil, size = nil, place = 'photo' ) 
    257257    replace("flickr_left", @date, index, title) 
    258258  end 
    259259 
    260   def image_right(index, title = nil) 
     260  def image_right( index, title = nil, thumbnail = nil, size = nil, place = 'photo' ) 
    261261    replace("flickr_right", @date, index, title) 
    262262  end