Re: [PHP] need a find/replace command to fix my require_once

2009-11-20 Thread Ashley Sheridan
On Thu, 2009-11-19 at 17:43 -0800, Daevid Vincent wrote: > I was reading this: http://pear.php.net/manual/en/standards.including.php > and it states: > > "Note: include_once and require_once are statements, not functions. > Parentheses should not surround the subject filename." > > I nev

[PHP] need a find/replace command to fix my require_once

2009-11-19 Thread Daevid Vincent
I was reading this: http://pear.php.net/manual/en/standards.including.php and it states: "Note: include_once and require_once are statements, not functions. Parentheses should not surround the subject filename." I never knew that. I've always (wrongly) used: require_once('/path/t