FBI-944:variable types @? and @$ doesn't work on output documents

This commit is contained in:
richardnoel
2016-08-30 11:31:48 -04:00
parent fc19cec127
commit b098c03ad6

View File

@@ -90,8 +90,6 @@ if ($isBpmn) {
$html .= '<option value="ID_TO_STRING">@@</option>';
$html .= '<option value="ID_TO_FLOAT">@#</option>';
$html .= '<option value="ID_TO_INTEGER">@%</option>';
$html .= '<option value="ID_TO_URL">@?</option>';
$html .= '<option value="ID_SQL_ESCAPE">@$</option>';
$html .= '<option value="ID_REPLACE_WITHOUT_CHANGES">@=</option>';
} else {
$html .= '<option value="ID_TO_STRING">@@</option>';