Changeset 24952


Ignore:
Timestamp:
Oct 17, 2013, 3:24:36 PM (11 years ago)
Author:
plg
Message:

feature 2965: move phpmailer files in a specific directory

File:
1 edited

Legend:

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

    r24951 r24952  
    488488  }
    489489
    490   include_once(PHPWG_ROOT_PATH.'include/class.phpmailer.php');
     490  include_once(PHPWG_ROOT_PATH.'include/phpmailer/class.phpmailer.php');
    491491
    492492  $mail = new PHPMailer;
Note: See TracChangeset for help on using the changeset viewer.