1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 5334

Show
Ignore:
Timestamp:
08/02/11 18:56:16 (23 months ago)
Author:
naudefj
Message:

Fix strftime() expects parameter 2 to be long.

Location:
trunk/install/forum_data/thm/default/tmpl
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/install/forum_data/thm/default/tmpl/actions.tmpl

    r5325 r5334  
    2424{TEMPLATE: last_post_date} 
    2525<br /> 
    26 <a href="{TEMPLATE: last_post_lnk}">{VAR: r[10]}</a> 
     26<a href="{TEMPLATE: last_post_lnk}">{VAR: r[9]}</a> 
    2727{SECTION: END} 
    2828 
  • trunk/install/forum_data/thm/default/tmpl/date_formats.tmpl

    r4962 r5334  
    11/** 
    2 * copyright            : (C) 2001-2010 Advanced Internet Designs Inc. 
     2* copyright            : (C) 2001-2011 Advanced Internet Designs Inc. 
    33* email                : forum@prohost.org 
    44* $Id$ 
     
    1010 
    1111{SECTION: last_post_date date of the last post} 
    12 {DATE: r[9] %a, %d %B %Y %H:%M} 
     12{DATE: r[10] %a, %d %B %Y %H:%M} 
    1313{SECTION: END} 
    1414