[kwlug-disc] PHP code question

Khalid Baheyeldin kb at 2bits.com
Wed Sep 7 16:56:32 EDT 2011


On Wed, Sep 7, 2011 at 4:50 PM, Bill Traynor <btraynor at gmail.com> wrote:

>
>
> On Wed, Sep 7, 2011 at 15:30, John Van Ostrand <john at netdirect.ca> wrote:
>
>> ----- Original Message -----
>> > On Wed, Sep 7, 2011 at 15:04, Bill Traynor < btraynor at gmail.com >
>> > wrote:
>> > && arg(1) == 'tips)
>>
>> Now you need to find out what module or what configuration sent that
>> string. I'd try grepping for it.
>>
>
> Interesting.
>
> sudo grep -irl "'tips)" *
>
> returned nothing.
>

John V had the right idea.

Try:

cd /whereever/drupal/is/installed
grep -wr tips .

See what that gets you.
-- 
Khalid M. Baheyeldin
2bits.com, Inc.
http://2bits.com
Drupal optimization, development, customization and consulting.
Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra
Simplicity is the ultimate sophistication. --   Leonardo da Vinci
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://kwlug.org/pipermail/kwlug-disc_kwlug.org/attachments/20110907/014f936d/attachment.htm>


More information about the kwlug-disc mailing list