Ignore:
Timestamp:
Feb 13, 2007, 12:21:23 AM (17 years ago)
Author:
rub
Message:

When not template are selected for mail, PWG uses default template..

Sent multi-part message in MIME format. (With only one part for the moment).

Improvement pwg_mail function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/picture_comment.inc.php

    r1750 r1809  
    224224          .'comments.php?validate='.$comm['id'];
    225225      }
    226       pwg_mail( get_webmaster_mail_address(), '',
    227           'PWG comment by '.$comm['author'],
    228           $content
    229           );
     226      pwg_mail(get_webmaster_mail_address(),
     227        array('subject' => 'PWG comment by '.$comm['author'], 'content' => $content));
    230228    }
    231229  }
Note: See TracChangeset for help on using the changeset viewer.