更新履歴/0.1.1の変更点
- 追加された行はこの色です。
- 削除された行はこの色です。
- 移動:バックアップ
- 最新のバージョン:2014-04-03 01:52:06
- バージョン:(Rev:0mEQk03d_K)2014-04-03 01:42:34
Old | New | 差分 | |
---|---|---|---|
7 | 7 | :修正前|$desc = !empty($description) ? $description : mb_strimwidth(preg_replace("/[\r\n]/" ,' ' ,strip_htmltag($this->wiki->render())) ,0 ,256 ,'...'); | |
8 | 8 | :修正後|$desc = !empty($description) ? $description : ""; | |
9 | 9 | ||
10 | - | **Mailerクラスのsendメソッド | |
10 | + | **Mailerクラスのsendメソッド修正 PukiWiki\Mailer.php [#gk28NxI] | |
11 | 11 | 尚、利用しないためsmtp利用の動作は未確認(要:ユーザIDとPASSの設定) | |
12 | - | #sh(Php) | |
12 | + | #sh(Php){{ | |
13 | 13 | public static function send($from, $to, $subject, $body, $from_label=''){ | |
14 | 14 | global $smtp_server, $notify_from, $notify_to; | |
15 | 15 | // mb_encode_mimeheader挙動にかかわる大事な指定 | |
61 | 61 | unset($transport); | |
62 | 62 | } | |
63 | 63 | }} | |
64 | + |