Changed references to deprecated file "cases_List"

This commit is contained in:
Julio Cesar Laura
2012-11-28 15:57:55 -04:00
parent f5f13d83a9
commit 4cdbd2668a
8 changed files with 10 additions and 189 deletions

View File

@@ -39,7 +39,7 @@ try {
//Load the variables
$oCase = new Cases();
$oCase->thisIsTheCurrentUser( $_SESSION["APPLICATION"], $_SESSION["INDEX"], $_SESSION["USER_LOGGED"], "REDIRECT", "cases_List" );
$oCase->thisIsTheCurrentUser( $_SESSION["APPLICATION"], $_SESSION["INDEX"], $_SESSION["USER_LOGGED"], "REDIRECT", "casesListExtJs" );
$Fields = $oCase->loadCase( $_SESSION["APPLICATION"] );
$Fields["APP_DATA"] = array_merge( $Fields["APP_DATA"], G::getSystemConstants() );