Commit: 98fb4d42cefae30ead07ad12f88f4bebab7ed1a3 Author: Alexander Makarov <[email protected]> Wed, 25 Nov 2020 12:30:26 +0300 Committer: Sara Golemon <[email protected]> Wed, 25 Nov 2020 20:28:13 +0000 Parents: f9fbd330304589021f0b89d1e4338a365d9142cd Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=98fb4d42cefae30ead07ad12f88f4bebab7ed1a3 Log: Remove unused code Changed paths: M include/layout.inc Diff: diff --git a/include/layout.inc b/include/layout.inc index 67202e1c7..9a0ee67f5 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -714,7 +714,6 @@ function release_language_chooser($currentlang) { ); // Print out the form with all the options - $othersel = ' selected="selected"'; $format_options = function () use ($currentlang, $LANGUAGES) { $out = ''; $tab = str_repeat(' ', 6); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
