From: <var...@us...> - 2012-12-06 18:02:32
|
Revision: 8615 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8615&view=rev Author: vargenau Date: 2012-12-06 17:51:18 +0000 (Thu, 06 Dec 2012) Log Message: ----------- Revert smart quotes Modified Paths: -------------- trunk/lib/XmlElement.php Modified: trunk/lib/XmlElement.php =================================================================== --- trunk/lib/XmlElement.php 2012-12-06 16:34:05 UTC (rev 8614) +++ trunk/lib/XmlElement.php 2012-12-06 17:51:18 UTC (rev 8615) @@ -514,7 +514,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); + '%1\$s', '%s'), E_USER_WARNING); $this->_fs = preg_replace('/(?<!%)%\d+\$/x', '%', $this->_fs); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |