Explorar el Código

Update oxwindow.class.php

tags/6.3.0
叙述、别离 hace 1 año
padre
commit
7fc8894b8f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/system/libraries/oxwindow.class.php

+ 1
- 1
src/system/libraries/oxwindow.class.php Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar