Skip to content

Instantly share code, notes, and snippets.

@yankeyhotel
Created December 9, 2014 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yankeyhotel/68f0d3ec37ce7873e293 to your computer and use it in GitHub Desktop.
Save yankeyhotel/68f0d3ec37ce7873e293 to your computer and use it in GitHub Desktop.
Make DataGrab work with the Pixel & Tonic's List Field Pack
// @line 150
if (is_string($data) && strpos($data, "|") >= 0 ){
$data = explode("|", $data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment