Changeset 13185


Ignore:
Timestamp:
2007/05/21 16:07:20 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/module/Net/SMTP.php

    r13183 r13185  
    130130         * we disable the authentication methods that depend upon it. 
    131131         */ 
    132         if ((@include_once 'Auth/SASL.php') === false) { 
     132        if ((@include_once '../Auth/SASL.php') === false) { 
    133133            $pos = array_search('DIGEST-MD5', $this->auth_methods); 
    134134            unset($this->auth_methods[$pos]); 
Note: See TracChangeset for help on using the changeset viewer.