Commit: e7a8701a50c287a425e96f180c284cd2ce599f54 Author: Hannes Magnusson <[email protected]> Wed, 22 Jan 2014 22:11:16 -0800 Parents: 40bd6ae0626acdb0e40a8b7c8fa2d47ec917c71c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e7a8701a50c287a425e96f180c284cd2ce599f54 Log: %c does not mean single char Changed paths: M include/layout.inc Diff: diff --git a/include/layout.inc b/include/layout.inc index da3fdf3..f6b585d 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -593,7 +593,7 @@ function get_near_usergroups() return false; } - return sprintf("There %s %d <a href='/ug.php?cc=%s'>PHP User Group%c in %s</a>, are you a member of your local UG?", + return sprintf("There %s %d <a href='/ug.php?cc=%s'>PHP User Group%s in %s</a>, are you a member of your local UG?", $count == 1 ? "is" : "are", $count, $COUNTRY, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
