Show
Ignore:
Timestamp:
04/01/08 03:53:19 (20 months ago)
Author:
fumiakiy
Message:

Merged the fix in r1671 to the latest branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/default_templates/javascript.mtml

    r1635 r1673  
    5151<MTIfRegistrationAllowed> 
    5252    <MTIfRegistrationRequired> 
    53     if ( commenter_status == COMMENTER ) 
    54     { 
     53    if ( commenter_status > 0 ) { 
    5554        hideDocumentElement('comment-form-name'); 
    5655        hideDocumentElement('comment-form-email'); 
     
    6463    <MTElse> 
    6564    // comments are allowed but registration not required 
    66     if ( commenter_status == COMMENTER ) 
    67     { 
     65    if ( commenter_status > 0 ) { 
    6866        hideDocumentElement('comment-form-name'); 
    6967        hideDocumentElement('comment-form-email');