更新履歴/0.1.1の変更点
- 追加された行はこの色です。
- 削除された行はこの色です。
- 移動:バックアップ
- 最新のバージョン:2014-04-03 01:52:06
- バージョン:(Rev:TmDso1nowB)2014-04-03 01:49:29
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 | 12 | #sh(Php){{ | |
13 | 13 | public static function send($from, $to, $subject, $body, $from_label=''){ | |
61 | 61 | unset($transport); | |
62 | 62 | } | |
63 | 63 | }} | |
64 | + |