Преглед изворни кода

Update oxwindow.class.php

tags/6.3.0
叙述、别离 пре 1 година
родитељ
комит
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;


Loading…
Откажи
Сачувај