Worked on fixing issues related to ExtJs

This commit is contained in:
safan
2011-02-10 13:15:51 +00:00
parent 1c0b2c96b9
commit 2300c62e1e
6 changed files with 387 additions and 170 deletions

View File

@@ -167,11 +167,6 @@ if ( isset ($_REQUEST['action']) ) {
$sOutput = $oJSON->encode($sOutput);
echo $sOutput;
break;
case 'process_Edit':
$sOutput = $oProcessMap->editProcessNew($oData->pro_uid);
$sOutput = $oJSON->encode($sOutput);
echo $sOutput;
break;
case 'loadCategory':
$sOutput = $oProcessMap->loadProcessCategory();
$sOutput = $oJSON->encode($sOutput);

View File

@@ -218,13 +218,9 @@ switch($_GET['action'])
array_shift($rows);
break;
}
case 'process_Edit':
$rows = $oProcessMap->editProcessNew($_GET['pid']);
}
//$result['totalCount'] = count($rows);
//$result['data'] = $rows;
//print json_encode( $result ) ;