H
|
hornet author 8/8/2010 |
HI! I added (thx to another thread) $strWhereClause = whereAdd($strWhereClause, 'acct_status="Enabled"'); in the "Before SQL Query" and this is working correctly. I'd like to only apply on default list view, if I do a search for "Disabled" I get no records back (as expected due to the filter). Is there a way to not apply the filter on searches? I was thinking of writing a php if statement to look for "ctlSearchFor" in the URL. Can this be done? -Erik-
|
H
|
hornet author 8/8/2010 |
So I came up with this,
|
J
|
Jane 8/9/2010 |
Hi, |