チェンジセット 88

差分発生行の前後
無視リスト:
コミット日時:
2009/01/13 02:17:27 (15 年前)
コミッタ:
sorshi
ログメッセージ:

sb-edit.php:
foltialib.phpを変更したら書き込むHTMLタグをエスケープしてしまっていた箇所を修正。

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • trunk/doc/CHANGES.txt

    r87 r88  
    11foltia 更新履歴 http://www.dcc-jpl.com/soft/foltia/ 
     2 
     309.1.13: 
     4sb-edit.php: 
     5foltialib.phpを変更したら書き込むHTMLタグをエスケープしてしまっていた箇所を修正。 
    26 
    3709.1.11 
  • trunk/install/php/StarlightBreaker/sb-edit.php

    r81 r88  
    130130// htmlspecialchars(stripslashes( ))  
    131131$subject = getform(subject);  
    132 $maintext = getform(textarea);  
     132$maintext = $_POST["textarea"]; 
     133$maintext = pg_escape_string($maintext); 
    133134//$maintext = mbereg_replace("\n","<br />\n", $maintext); 
    134135$rate = getform(rank4); 
track feed