ソースを参照

Update oxwindow.class.php

tags/6.3.0
叙述、别离 6ヶ月前
コミット
7fc8894b8f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/system/libraries/oxwindow.class.php

+ 1
- 1
src/system/libraries/oxwindow.class.php ファイルの表示

@@ -35,7 +35,7 @@ class OxWindow
$this->myWin .= fread($fp, filesize($checkScript));
fclose($fp);
} else {
$this->myWin .= "<!--function CheckSubmit(){return true;}-->";
$this->myWin .= "function CheckSubmit(){return true;}";
}
$this->myWin .= "</script>";
$this->formName = $formname;


読み込み中…
キャンセル
保存