回答編集履歴

1

quote

2016/03/07 03:54

投稿

chitoku
chitoku

スコア1610

test CHANGED
@@ -10,13 +10,13 @@
10
10
 
11
11
  if (...) {
12
12
 
13
- $wheres[] = '`floor` = '1'';
13
+ $wheres[] = '`floor` = "1"';
14
14
 
15
15
  }
16
16
 
17
17
  if (...) {
18
18
 
19
- $wheres[] = '`direction` = 'south'';
19
+ $wheres[] = '`direction` = "south"';
20
20
 
21
21
  }
22
22