[Codeigniter-users] unit_test_lang.phpのsyntax errorの報告

Back to archive index

Belial philo****@gmail*****
2010年 1月 21日 (木) 11:22:44 JST


柴田です。

今日、何となくCIのUnitTestを利用したところ
system/language/japanese/unit_test_lang.phpで syntax error出ていたので報告します。

; が抜けているだけの単純なものですが・・・

使用バージョンはci-ja-all-in-one-1.7.2-1.zipですが、SVNリポジトリのtrunkのファイルも確認しましたが、
同様に ; が抜けています。

また、こういった報告はMLで宜しかったでしょうか?

--- a/system/language/japanese/unit_test_lang.php
+++ b/system/language/japanese/unit_test_lang.php
@@ -17,7 +17,7 @@ $lang['ut_string']            = 'String';
 $lang['ut_array']          = 'Array';
 $lang['ut_object']         = 'Object';
 $lang['ut_resource']       = 'Resource';
-$lang['ut_null']           = 'Null'
+$lang['ut_null']           = 'Null';




Codeigniter-users メーリングリストの案内
Back to archive index