Jump to content

Enrio

Member
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Enrio reacted to deanishe in [SOLVED] Workflow to open multiple urls with queries   
    You'd need to change the line that splits the query from $args = explode(',', $argv[1]); to something like $args = preg_split('/(,| )/', $argv[1]);
     
    (Please note, that's completely untested.)
  2. Like
×
×
  • Create New...