質問編集履歴

2

環境追加

2018/09/05 08:31

投稿

mokemoke
mokemoke

スコア52

test CHANGED
File without changes
test CHANGED
@@ -14,6 +14,10 @@
14
14
 
15
15
 
16
16
 
17
+ PHPのバージョンは、5.6.37、ブラウザはIE、Firefox、Google Chromeです。
18
+
19
+
20
+
17
21
  ```PHP
18
22
 
19
23
  <?php

1

PHPコードの一部変更

2018/09/05 08:31

投稿

mokemoke
mokemoke

スコア52

test CHANGED
File without changes
test CHANGED
@@ -374,7 +374,7 @@
374
374
 
375
375
  if ($処理情報['処理フラグ'] == '0') {
376
376
 
377
- $dlfile = "日報・月報・総計_家屋番号(".$物件情報['家屋番号'].")".date('Y年m月d日')."現在.xlsx";
377
+ $dlfile = "日報・月報・総計_物件番号(".$bukken.")".date('Y年m月d日')."現在.xlsx";
378
378
 
379
379
 
380
380