Changeset 85

Show
Ignore:
Timestamp:
08/22/06 10:39:18 (2 years ago)
Author:
fabien
Message:

fixed email appearing in rss feeds exposes authors to spam

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/model/Answer.php

    r84 r85  
    8282    } 
    8383  } 
     84   
     85  public function getFeedAuthorEmail() 
     86  { 
     87    return '';   
     88  } 
    8489} 
    8590 
  • trunk/lib/model/Question.php

    r84 r85  
    272272    } 
    273273  } 
     274   
     275  public function getFeedAuthorEmail() 
     276  { 
     277    return '';   
     278  }   
    274279} 
    275280