Commit: e6a10d4da95ad8dffc0c22ad794e816921f1f1f0 Author: Andreas Heigl <[email protected]> Fri, 28 Mar 2014 07:27:57 +0100 Parents: 8846685196c928f05fb57152878ef0bc8274d491 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e6a10d4da95ad8dffc0c22ad794e816921f1f1f0 Log: Removes unneccessary 'echo' Changed paths: M ug.php Diff: diff --git a/ug.php b/ug.php index 3f83046..e779e61 100644 --- a/ug.php +++ b/ug.php @@ -106,7 +106,6 @@ function get_alpha2_country_from_alpha3($country) { return $countries[$country]; } $COUNTRY_ALPHA_2 = get_alpha2_country_from_alpha3($COUNTRY); -echo $COUNTRY_ALPHA_2 . '::' . $COUNTRY; $country = isset($_GET["cc"]) ? $_GET["cc"] : $COUNTRY_ALPHA_2; $allcountries = array(); $matches = get_usergroups_in($country, $allcountries); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
