Ignore:
Timestamp:
11/26/08 22:19:58 (3 years ago)
Author:
root
Message:

implemented a new file upload module for the wiki, with upload notification via PM for additional security

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/main.pm.renderpm.tpl

    r2010 r2072  
    7272            {if $messages[id].pmindex_user_id == $messages[id].pmindex_to_id} 
    7373                {$messages[id].sender.cc_flag} 
    74                 {if $messages[id].sender.user_status == 0} 
     74                {if $messages[id].sender.user_status == 0 && $messages[id].sender.user_id} 
    7575                    <a href='{$smarty.const.BASEDIR}profile.php?lookup={$messages[id].sender.user_id}'>{$messages[id].sender.user_name}</a> 
    7676                {else} 
Note: See TracChangeset for help on using the changeset viewer.