Indentation.

This commit is contained in:
Michal Čihař
2010-07-21 09:55:13 +02:00
parent 715f2f04f6
commit 9b2aa3c40d
2 changed files with 18 additions and 17 deletions

View File

@@ -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);