J
|
Jane 3/12/2007 |
Douglas, if(@$_SESSION[$strTableName."_search"]==1) // regular search {
$strSQL = AddWhere($strSQL,"`TableName`.`status`!='closed'");
|
D
|
douglasbraun author 3/13/2007 |
Ah, that works. But there's a hitch. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=16224&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' /> Everytime I Build I'd need to modify the complied code again. Is there a way to do it with code inserted by Onload from the custom code template? That way it would be automatically rebuilt. |
J
|
Jane 3/14/2007 |
Douglas, |