Merge remote branch 'upstream/master'
This commit is contained in:
@@ -153,6 +153,8 @@ try {
|
||||
// str_replace ( '"', '', $paramDefaultValue ) ) );
|
||||
$paramValue = $_GET[trim( str_replace( "$", "", $paramName ) )];
|
||||
$template->assign ( 'ADD_TRI_VALUE', str_replace("\'", "'", $paramValue) );
|
||||
//turn single quotes to double quotes into an array asignation
|
||||
$template->assign ( 'ADD_TRI_VALUE', str_replace("'", """, $paramValue) );
|
||||
if ($paramDefaultValue != "") {
|
||||
$fieldDescription = $paramDescription . "<br>";
|
||||
$fieldDescription .= $paramDefaultValue . " | " . $paramType;
|
||||
@@ -179,4 +181,3 @@ try {
|
||||
die ( $oException->getMessage () );
|
||||
}
|
||||
unset ( $_SESSION ['PROCESS'] );
|
||||
|
||||
Reference in New Issue
Block a user