J
|
Jane 8/31/2006 |
Frank, if(!$action) $strSQL = AddWhere($strSQL,"1=0");
if(!$action) $strSQL = AddWhere($strSQL,"`ticketClosed`=0"); |
F
|
frocco author 8/31/2006 |
Jane, Frank, Check off No records on the first page option on the Edit SQL query tab. Then open generated ..._list.php file, locate following code snippet: and replace it with this one: |