Cleaning up some changes from the merge

This commit is contained in:
Michael Vogel 2014-01-05 16:28:42 +01:00
parent aed28a24f1
commit 8eedebfee3
2 changed files with 0 additions and 4 deletions

View file

@ -168,8 +168,6 @@ function crepair_content(&$a) {
'$notify' => $contact['notify'], '$notify' => $contact['notify'],
'$poll' => $contact['poll'], '$poll' => $contact['poll'],
'$contact_attag' => $contact['attag'], '$contact_attag' => $contact['attag'],
'$contact_self' => array('remote_self', t('Mirror all posts to the wall?'), $contact['remote_self'],
t('Shall all posts from this contact posted like your own posts?')),
'$lbl_submit' => t('Submit') '$lbl_submit' => t('Submit')
)); ));

View file

@ -42,8 +42,6 @@
{{include file="field_checkbox.tpl" field=$remote_self}} {{include file="field_checkbox.tpl" field=$remote_self}}
{{/if}} {{/if}}
{{include file="field_checkbox.tpl" field=$contact_self}}
<input type="submit" name="submit" value="{{$lbl_submit}}" /> <input type="submit" name="submit" value="{{$lbl_submit}}" />
</form> </form>