[support] str_replace in views argument

Domenic Santangelo domenics at gmail.com
Wed Jan 6 19:44:45 UTC 2010


On Jan 6, 2010, at 9:10 AM, Scott wrote:

> return str_replace('_', ' ', $arg[2]);


If this is Views 1:

$args[2] = str_replace('_', ' ', $arg[2]);
return $args;

-D


More information about the support mailing list