Skip to content
Snippets Groups Projects
Commit 886f653e authored by natrak's avatar natrak
Browse files

- Fixed a "bug" with in_array. Behaves strangely when the key is of type long.

  When $field was 0 it would return true, causing SQL errors. Seems to
  convert the string its being matched with to a numeric, normally 0. Forced
  $field to be treated as a string by enclosing it in quotes.
parent a28bf8f3
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment