Indentation.
This commit is contained in:
@@ -2854,6 +2854,7 @@ function PMA_expandUserString($string, $escape = NULL) {
|
||||
'@PHPMYADMIN@' => $phpmyadmin_version,
|
||||
);
|
||||
|
||||
/* Optional escaping */
|
||||
if (!is_null($escape)) {
|
||||
foreach($replace as $key => $val) {
|
||||
$replace[$key] = $escape($val);
|
||||
|
Reference in New Issue
Block a user