Ignore:
Timestamp:
2012/01/17 16:32:25 (12 years ago)
Author:
Seasoft
Message:

2.12系へマイルストーン変更となったチケット分を差し戻し
r21326 #1536
r21325 #1528
r21324 #1547,#1546
r21323 #1546
r21322 #1543
r21321 #1536
r21320 #1536
r21319 #1544
r21318 #1521,#1522
r21317 #1431

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/module/SOAP/Transport/SMTP.php

    r21318 r21410  
    152152            $val = new SOAP_Value('Message-ID', 'string', $headers['Message-ID']); 
    153153        } else { 
    154             $sval[] = new SOAP_Value('faultcode', 'QName', SOAP_BASE::SOAPENVPrefix().':Client'); 
     154            $sval[] = new SOAP_Value('faultcode', 'QName', 'SOAP-ENV:Client'); 
    155155            $sval[] = new SOAP_Value('faultstring', 'string', "couldn't send SMTP message to {$this->urlparts['path']}"); 
    156156            $val = new SOAP_Value('Fault', 'Struct', $sval); 
Note: See TracChangeset for help on using the changeset viewer.