because
array('one' => 'one', 'two' => 0) == array('one' => 0, 'two' => 'two')
because
'one' == 0
f ($field + $existing_field != $existing_field) {
will not pass
patches changes all relavent != to !==
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | features_field_screw_you_php.patch | 2.22 KB | hefox |
Comments
Comment #1
hefox commentedComment #2
hefox commentedComment #3
mpotter commentedWow, how did we not catch that earlier. Good catch hefox! Pretty obvious this needs committing asap.
Committed to 70daa4a.