Changeset 844 in ExiteCMS for modules/common/mail2forum/php-files/modules/mail2forum/m2f_smtp.php
- Timestamp:
- 09/27/07 19:37:06 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/mail2forum/php-files/modules/mail2forum/m2f_smtp.php
r836 r844 361 361 if (M2F_SMTP_DEBUG) logdebug('ATTACHMENT', print_r($attachment, true)); 362 362 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']; 365 364 } else { 366 365 $attachURL = $settings['siteurl']."forum/attachments/".$attachment['attach_name'];
Note: See TracChangeset
for help on using the changeset viewer.
