From d7529dc7a23114debed89f2903fd84dcdb4b7e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 6 May 2014 15:25:34 +0200 Subject: [PATCH] Remove unused code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .../abstract/SubstringTransformationsPlugin.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/plugins/transformations/abstract/SubstringTransformationsPlugin.class.php b/libraries/plugins/transformations/abstract/SubstringTransformationsPlugin.class.php index b6fb75af13..39726b171b 100644 --- a/libraries/plugins/transformations/abstract/SubstringTransformationsPlugin.class.php +++ b/libraries/plugins/transformations/abstract/SubstringTransformationsPlugin.class.php @@ -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]