[Phpfreechat-svn] SF.net SVN: phpfreechat: [465] trunk/src/pfci18n.class.php
Status: Beta
Brought to you by:
kerphi
From: <ne...@us...> - 2006-04-24 14:56:36
|
Revision: 465 Author: nemako Date: 2006-04-24 07:56:29 -0700 (Mon, 24 Apr 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=465&view=rev Log Message: ----------- + change the default value $type for Init in pfci18n.class.php Modified Paths: -------------- trunk/src/pfci18n.class.php Modified: trunk/src/pfci18n.class.php =================================================================== --- trunk/src/pfci18n.class.php 2006-04-24 14:40:06 UTC (rev 464) +++ trunk/src/pfci18n.class.php 2006-04-24 14:56:29 UTC (rev 465) @@ -31,7 +31,7 @@ class pfcI18N { - function Init($language,$type='admin') + function Init($language,$type='main') { if (!in_array($language, pfcI18N::GetAcceptedLanguage())) $language = pfcI18N::GetDefaultLanguage(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |