Skip to content

Instantly share code, notes, and snippets.

@nucklearproject
Created September 29, 2012 18:03
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 nucklearproject/3804738 to your computer and use it in GitHub Desktop.
Save nucklearproject/3804738 to your computer and use it in GitHub Desktop.
PHP: remove spaces in url argument - views D7
$handler->argument = str_replace('_', ' ', $argument);
return TRUE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment