WYSIWYG EDITOR

WYSIWYG EDITOR
This commit is contained in:
norahmollo
2012-11-27 18:13:56 +00:00
parent 892a48eba0
commit 1f00433203
19 changed files with 5 additions and 1 deletions

0
workflow/engine/methods/outputdocs/testOut.php Normal file → Executable file
View File

View File

@@ -535,7 +535,11 @@ try {
}
$aVariables = array();
foreach ($aFields as $key => $value){
if(stristr($aFields[$key]['sName'], $queryText)){
if($queryText!='') {
if(stristr($aFields[$key]['sName'], $queryText)){
$aVariables[] = $aFields[$key];
}
} else {
$aVariables[] = $aFields[$key];
}
}

0
workflow/engine/templates/outputdocs/testOut.php Normal file → Executable file
View File