Project

General

Profile

« Previous | Next » 

Revision 8c81cad5

Added by Marcos M 10 months ago

Filter out empty array values for explode()

Calling explode() with an empty string will return a single-element
array with an empty value. This change filters out empty values
where appropriate - i.e. where it's not already a condition check for
it and the value should not be empty.

  • added
  • modified
  • copied
  • renamed
  • deleted