Ignore:
Timestamp:
2011/06/10 19:27:24 (13 years ago)
Author:
Seasoft
Message:

#1288 (「-er」カタカナ表記の統一)

  • 現状で混在が発生しているもののみ改修。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/SC_SendMail.php

    r20764 r20970  
    115115    } 
    116116 
    117     // SMTPサーバの設定 
     117    // SMTPサーバの設定 
    118118    function setHost($host) { 
    119119        $this->host = $host; 
     
    285285 
    286286    /** 
    287      * メーラーバックエンドに応じたパラメータを返す. 
     287     * メーラーバックエンドに応じたパラメータを返す. 
    288288     * 
    289289     * @param string $backend Pear::Mail のバックエンド 
    290      * @return array メーラーバックエンドに応じたパラメータの配列 
     290     * @return array メーラーバックエンドに応じたパラメータの配列 
    291291     */ 
    292292    function getBackendParams($backend) { 
Note: See TracChangeset for help on using the changeset viewer.