Remove unused code
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
fed108dbe4
commit
d7529dc7a2
@ -62,7 +62,6 @@ abstract class SubstringTransformationsPlugin extends TransformationsPlugin
|
||||
$options[2] = '…';
|
||||
}
|
||||
|
||||
$newtext = '';
|
||||
if ($options[1] != 'all') {
|
||||
$newtext = $GLOBALS['PMA_String']->substr(
|
||||
$buffer, $options[0], $options[1]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user