Se agrega el campo DYN_VERSION a la tabla DYNAFORM

This commit is contained in:
Daniel Rojas
2014-06-27 17:00:34 -04:00
parent 2f379b8d86
commit f0c3c209ef
6 changed files with 82 additions and 13 deletions

View File

@@ -173,7 +173,7 @@ class Dynaform extends BaseDynaform
if (isset($aData["DYN_CONTENT"])) {
$this->setDynContent($aData["DYN_CONTENT"]);
}
$this->setDynVersion( $aData['DYN_VERSION'] );
if ($this->validate()) {
$con->begin();
$res = $this->save();