now really (forgot to return the unquoted string)
This commit is contained in:
@@ -750,6 +750,7 @@ if (!defined('PMA_MINIMUM_COMMON')) {
|
|||||||
$unquoted_string = substr($quoted_string, 1, -1);
|
$unquoted_string = substr($quoted_string, 1, -1);
|
||||||
// replace escaped quotes
|
// replace escaped quotes
|
||||||
$unquoted_string = str_replace($quote . $quote, $quote, $unquoted_string);
|
$unquoted_string = str_replace($quote . $quote, $quote, $unquoted_string);
|
||||||
|
return $unquoted_string;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user