BUG 0000 Rad Map Perdida de sesion cuando se ejecuta casos SOLVED

- Use another variable name, like __dynaformSVal__, __usernameLogged__ to prevent that someone overwrite the value.
- Rename variables to avoid duplicates.
This commit is contained in:
Hector Cortez
2013-05-16 10:39:51 -04:00
parent de31f17eaf
commit 93fd99b602
6 changed files with 11 additions and 11 deletions

View File

@@ -184,7 +184,7 @@ $aRequiredFields = array(
'INDEX' => $Fields['APP_DATA']['INDEX'],
'APP_DATA' => $Fields['APP_DATA']
);
$oHeadPublisher->addScriptCode('var dynaformSVal = \'' . serialize($aRequiredFields) . '\';');
$oHeadPublisher->addScriptCode('var __dynaformSVal__ = \'' . serialize($aRequiredFields) . '\';');
try {
//Add content content step - Start