Changeset 1809 for trunk/password.php


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/password.php

    r1531 r1809  
    8585          ;
    8686
    87         if (pwg_mail($row['email'], '', l10n('password updated'), $infos))
     87        if (pwg_mail($row['email'],
     88              array('subject' => l10n('password updated'), 'content' => $infos)))
    8889        {
    8990          $data =
Note: See TracChangeset for help on using the changeset viewer.