Se agrega el campo DYN_VERSION a la tabla DYNAFORM
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user