質問編集履歴

2

コメントの場所を間違えた。

2016/02/11 13:42

投稿

chell_uoxou
chell_uoxou

スコア8

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  }
36
36
 
37
- $cnt = count($aryScriptFiles);//////←←ここ!!!!!
37
+ $cnt = count($aryScriptFiles);
38
38
 
39
39
  for ($i=1; $i <= $cnt; $i++) {
40
40
 
@@ -42,7 +42,7 @@
42
42
 
43
43
  // array_push($aryScripts,file_get_contents($aryScriptFiles[$i]));
44
44
 
45
- sendMessage($aryScriptFiles[$i] . "のスクリプトを読み込みました。");
45
+ sendMessage($aryScriptFiles[$i] . "のスクリプトを読み込みました。");//////←←ここ!!!!!
46
46
 
47
47
  }
48
48
 

1

初心者機能を有効に。

2016/02/11 13:42

投稿

chell_uoxou
chell_uoxou

スコア8

test CHANGED
File without changes
test CHANGED
File without changes