PMC-387
This commit is contained in:
@@ -50,7 +50,7 @@ try {
|
|||||||
if ($result->next()) {
|
if ($result->next()) {
|
||||||
$FieldsPmDynaform = $applicationFields;
|
$FieldsPmDynaform = $applicationFields;
|
||||||
$FieldsPmDynaform["CURRENT_DYNAFORM"] = $_REQUEST['DYN_UID'];
|
$FieldsPmDynaform["CURRENT_DYNAFORM"] = $_REQUEST['DYN_UID'];
|
||||||
$a = DateTime::convertUtcToTimeZone($FieldsPmDynaform);
|
$a = new PmDynaform(DateTime::convertUtcToTimeZone($FieldsPmDynaform));
|
||||||
$a->printView();
|
$a->printView();
|
||||||
}
|
}
|
||||||
if (file_exists( PATH_DYNAFORM . $applicationFields['PRO_UID'] . PATH_SEP . $_REQUEST['DYN_UID'] . '.xml' )) {
|
if (file_exists( PATH_DYNAFORM . $applicationFields['PRO_UID'] . PATH_SEP . $_REQUEST['DYN_UID'] . '.xml' )) {
|
||||||
|
|||||||
Reference in New Issue
Block a user