WYSIWYG EDITOR
WYSIWYG EDITOR
This commit is contained in:
0
workflow/engine/methods/outputdocs/testOut.php
Normal file → Executable file
0
workflow/engine/methods/outputdocs/testOut.php
Normal file → Executable 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
0
workflow/engine/templates/outputdocs/testOut.php
Normal file → Executable file
Reference in New Issue
Block a user