mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
removed notice of undefined variable. (thanks shuther!)
This commit is contained in:
@@ -100,6 +100,7 @@ function smarty_function_mailto($params, &$smarty)
|
|||||||
if ($encode == 'javascript' ) {
|
if ($encode == 'javascript' ) {
|
||||||
$string = 'document.write(\'<a href="mailto:'.$address.'" '.$extra.'>'.$text.'</a>\');';
|
$string = 'document.write(\'<a href="mailto:'.$address.'" '.$extra.'>'.$text.'</a>\');';
|
||||||
|
|
||||||
|
$js_encode = '';
|
||||||
for ($x=0; $x < strlen($string); $x++) {
|
for ($x=0; $x < strlen($string); $x++) {
|
||||||
$js_encode .= '%' . bin2hex($string[$x]);
|
$js_encode .= '%' . bin2hex($string[$x]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user