@@ -33,8 +33,7 @@ |
||
33 | 33 | //This stuff is BECAUSE the way the driver works for setting values when being checkboxes, radios, etc. |
34 | 34 | if (is_bool($value)) { |
35 | 35 | $value = $this->boolToString($value); |
36 | - } |
|
37 | - else { |
|
36 | + } else { |
|
38 | 37 | $value = (string) $value; |
39 | 38 | } |
40 | 39 |