CODE STYLE Formating workflow/engine/methods/cases

Change format files in workflow/engine/methods/cases
This commit is contained in:
norahmollo
2012-10-18 16:33:24 +00:00
parent fd5ff3da77
commit 2d90e0653d
25 changed files with 210 additions and 276 deletions

View File

@@ -8,7 +8,6 @@ $option = '';
if (isset( $_GET['t'] ))
$option = $_GET['t'];
try {
G::LoadClass( "BasePeer" );
require_once ("classes/model/Process.php");
require_once ("classes/model/AppCacheView.php");