Hey all,
Using Version 3.1 Build 198
I've got an issue that may be a bug, but who knows.
In my table i have two fields one named "keys" the other named "keys_charge". Neither of them display on my view page but are included on my edit and list page (no add page for this project). Essentially they do not display as fields in the visual editor, but are in the code. They also do not show on the compiled phprunner pages.
My only guess here is that because phprunner uses a keys variable so maybe the program is getting confused when it sees my keys field's show variable?
Any ideas? Here is my code from the view page:
[codebox]<TD width=270>{$show_keys}</TD>
<!--a little later-->
<TD width=270> {$show_keys_charge}</TD>[/codebox]
Thanks
-Brent