Ignore:
Timestamp:
09/27/07 19:37:06 (5 years ago)
Author:
hverton
Message:

XHTML fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/mail2forum/php-files/modules/mail2forum/m2f_smtp.php

    r836 r844  
    361361                                if (M2F_SMTP_DEBUG) logdebug('ATTACHMENT', print_r($attachment, true)); 
    362362                                if (USE_PLI_ENHANCEMENTS) { 
    363                                     $attachURL = $settings['siteurl']."forum/viewthread.php?forum_id=".$postrecord['forum_id']."&thread_id=".$postrecord['thread_id']."&getfile=".$attachment['attach_id']."&user_name=".$recipient['user_name']."&user_pass="; 
    364                                     $attachURL = str_replace(" ", "%20", $attachURL); 
     363                                    $attachURL = $settings['siteurl']."getfile.php?type=a&file_id=".$attachment['attach_id']; 
    365364                                } else { 
    366365                                    $attachURL = $settings['siteurl']."forum/attachments/".$attachment['attach_name']; 
Note: See TracChangeset for help on using the changeset viewer.