BUG 9523 Edit Process Doesn't have validate in title SOLVED

- I add validate for porcess's title
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-08-02 11:01:42 -04:00
parent 8133a6807e
commit f147ba79a9
4 changed files with 66 additions and 20 deletions

View File

@@ -53,6 +53,8 @@ switch($function){
$_POST['form']['PRO_UID'] = $_GET['PRO_UID'];
}
$_POST['form']['PRO_TITLE'] = trim($_POST['form']['PRO_TITLE']);
G::LoadClass('processMap');
$oProcessMap = new ProcessMap();
if (!isset($_POST['form']['PRO_UID'])) {