---------------------------------------------------------------------------------------------------------
hello all i need some help here ,
i have defined a mastertable for my history table "meta_hist" (and the key parameter) and i want to have the link the that
in the master table "meta" list file
in the file /templates/meta_list.htm i have
{if $allow_meta_hist}
<td align="center">
<a {if $useAJAX} ... {/if} href="meta_hist_list.php?{$row.1meta_hist_masterkeys}">
child history</a>
</td>
{/if}
my question is how do i define the $allow_meta_hist value in the phprunnerproject !! because in my case "the link is not displayed !! " meaning that $allow_meta_hist is false !!
thanks in advance