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