Those seem to be the literals that are displayed.
I was hoping to be able to execute the standard function print_no_permission(). If I replace the literal with "print_no_permission();" then it's going to display "print_no_permission();" and not actually execute the function print_no_permission().
Is there a place that I can insert the call to the function print_no_permission() ?
|