Show
Ignore:
Timestamp:
05/31/08 20:21:41 (6 months ago)
Author:
hsbt
Message:

change some conditional branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/plugin/account_ad.rb

    r12243 r12916  
    1313         
    1414        if @conf['account.service'] and @conf['account.name'] then 
    15                 if @mode == "day" and not @date == nil then 
    16                         permalink=@conf.base_url + anchor( @date.strftime('%Y%m%d') ) 
     15                if @mode == "day" and not @date.nil? then 
     16                        permalink = @conf.base_url + anchor( @date.strftime('%Y%m%d') ) 
    1717                else 
    18                         permalink=@conf.base_url 
     18                        permalink = @conf.base_url 
    1919                end 
    2020