Remove unused template variable in dfrn_req_confirm
- Replace killme() by exit() in mod/dfrn_request
This commit is contained in:
parent
a8cbeab8a0
commit
4285f2f8bb
2 changed files with 2 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
{{$aes_allow}}
|
||||
|
||||
<label id="dfrn-request-homecoming-hide-label" for="dfrn-request-homecoming-hide">{{$hidethem}}</label>
|
||||
<input type="checkbox" name="hidden-contact" value="1" {{if $hidechecked}}checked="checked" {{/if}} />
|
||||
<input type="checkbox" name="hidden-contact" value="1" />
|
||||
|
||||
|
||||
<div id="dfrn-request-homecoming-submit-wrapper" >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue