[Phpfreechat-svn] SF.net SVN: phpfreechat: [466] trunk/src/pfci18n.class.php
Status: Beta
Brought to you by:
kerphi
From: <ne...@us...> - 2006-04-24 15:15:14
|
Revision: 466 Author: nemako Date: 2006-04-24 08:15:04 -0700 (Mon, 24 Apr 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=466&view=rev Log Message: ----------- add require_once("pfctools.php"); in pfci18n.class.php to support the iconv function Modified Paths: -------------- trunk/src/pfci18n.class.php Modified: trunk/src/pfci18n.class.php =================================================================== --- trunk/src/pfci18n.class.php 2006-04-24 14:56:29 UTC (rev 465) +++ trunk/src/pfci18n.class.php 2006-04-24 15:15:04 UTC (rev 466) @@ -19,6 +19,8 @@ * Free Software Foundation, 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301 USA */ + +require_once("pfctools.php"); function _pfc() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |