Fix an internal bug in QB where() escaping

This is not a supported use case, but if QB escaping is force-disabled,
string values passed to where() or having() aren't escaped. That's wrong
because escape-disabling should only be possible for identifiers and not
values.

Reported via the forums: http://forum.codeigniter.com/thread-62478.html
1 file changed