From: <var...@us...> - 2012-12-11 13:58:55
|
Revision: 8640 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8640&view=rev Author: vargenau Date: 2012-12-11 13:58:48 +0000 (Tue, 11 Dec 2012) Log Message: ----------- Revert smart quotes Modified Paths: -------------- trunk/lib/stdlib.php Modified: trunk/lib/stdlib.php =================================================================== --- trunk/lib/stdlib.php 2012-12-11 13:58:10 UTC (rev 8639) +++ trunk/lib/stdlib.php 2012-12-11 13:58:48 UTC (rev 8640) @@ -1543,7 +1543,7 @@ // literal variable name substitution only to keep locale // strings uncluttered trigger_error(sprintf(_("Can't mix “%s” with “%s” type format strings"), - '%1\$s', “%s”), E_USER_WARNING); //php+locale error + '%1\$s', '%s'), E_USER_WARNING); //php+locale error $fmt = preg_replace('/(?<!%)%\d+\$/x', '%', $fmt); $newargs = array(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |