From: <var...@us...> - 2009-03-26 11:02:31
|
Revision: 6715 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6715&view=rev Author: vargenau Date: 2009-03-26 11:02:27 +0000 (Thu, 26 Mar 2009) Log Message: ----------- Fix broken char Modified Paths: -------------- trunk/lib/wikilens/RatingsDb.php Modified: trunk/lib/wikilens/RatingsDb.php =================================================================== --- trunk/lib/wikilens/RatingsDb.php 2009-03-26 10:58:05 UTC (rev 6714) +++ trunk/lib/wikilens/RatingsDb.php 2009-03-26 11:02:27 UTC (rev 6715) @@ -24,7 +24,7 @@ */ // For other than SQL backends. dba + adodb SQL ratings are allowed but deprecated. -// We will probabl\xF6y drop this hack. +// We will probably drop this hack. if (!defined('RATING_STORAGE')) // for DATABASE_TYPE=dba and forced RATING_STORAGE=SQL we must use ADODB, // but this is problematic. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |