]> git.mxchange.org Git - friendica.git/commitdiff
Cleaning up some changes from the merge
authorMichael Vogel <icarus@dabo.de>
Sun, 5 Jan 2014 15:28:42 +0000 (16:28 +0100)
committerMichael Vogel <icarus@dabo.de>
Sun, 5 Jan 2014 15:28:42 +0000 (16:28 +0100)
mod/crepair.php
view/templates/crepair.tpl

index 0fdab7eebe1cd7cacde8e66a115ab11142d59ab0..223c7c60e22690a2706d0118927c4ce2d46c6729 100644 (file)
@@ -168,8 +168,6 @@ function crepair_content(&$a) {
                '$notify'       => $contact['notify'],
                '$poll'         => $contact['poll'],
                '$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')
            ));
 
index 5cc4462b390e341b83125a377100aac51ec2d314..d53af5dad783d4a81b42bd21c6e4a19fbb36a679 100644 (file)
@@ -42,8 +42,6 @@
 {{include file="field_checkbox.tpl" field=$remote_self}}
 {{/if}}
 
-{{include file="field_checkbox.tpl" field=$contact_self}}
-
 <input type="submit" name="submit" value="{{$lbl_submit}}" />
 
 </form>