[SOLVED] New Button in list view not working |
4/7/2011 2:56:59 PM |
PHPRunner General questions | |
D
dovercomputers author
Followed the instructions in the manual to the letter email selected users |
|
D
|
dovercomputers author 4/7/2011 |
ok, well in client before tab, i put an alert and in the client after tab put an alert and they work fine. So its the php in the system tab thats not working. global $dal; |
D
|
dovercomputers author 4/7/2011 |
OK, I have narrowed it down to it doesn't appear to be pulling in the email address. If I hard code an email address in, it works. SELECT
|
D
|
dovercomputers author 4/7/2011 |
God I am stupid. The query is in the the "Server" tab, and that is only reading from the quotes table. Thats why it is not picking up email address. $dal_TableName = $dal->Table("quotes"); |
D
|
dovercomputers author 4/7/2011 |
Added a second query in the loop to get the email address from another table. |