チェンジセット 89

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

表記ミス修正

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • trunk/install/php/foltialib.php

    r87 r89  
    2626        //GET用数字フォームデコード 
    2727          function getgetnumform($key) { 
    28     if ($_GET["{$key}"] != "") { 
     28//    if ($_GET["{$key}"] != "") { 
     29    if (isset($_GET["{$key}"] )) { 
    2930                $value = $_GET["{$key}"]; 
    3031                $value = ereg_replace("[^-0-9]", "", $value); 
     
    7879                <div class="index"><a href="./">トップ</a></div> 
    7980        </body> 
    80 </html><? 
     81</html><?php 
    8182                exit; 
    8283        } 
  • trunk/install/php/listreserve.php

    r83 r89  
    4646$mymemberid = getmymemberid($con); 
    4747$now = getgetnumform(startdate); 
    48 *if ($now == ""){ 
     48if ($now == ""){ 
    4949$now = getgetnumform(date); 
    5050} 
track feed