Remove unused code

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-05-06 15:25:34 +02:00
parent fed108dbe4
commit d7529dc7a2

View File

@ -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]