Merge pull request #2374 from marcoAntonioNina/BUG-14226

BUG-14226 The row '' in table Dynaform doesn't exist! SOLVED
This commit is contained in:
julceslauhub
2014-05-08 18:02:12 -03:00

View File

@@ -33,6 +33,8 @@ try {
$currentDynUid = $_SESSION['DYN_UID_PRINT'];
} elseif (isset( $_SESSION['CURRENT_DYN_UID'] )) {
$currentDynUid = $_SESSION['CURRENT_DYN_UID'];
} elseif (isset( $_SESSION['CONDITION_DYN_UID'] )) {
$currentDynUid = $_SESSION['CONDITION_DYN_UID'];
}
$oDynaform = new Dynaform();