]> git.mxchange.org Git - friendica.git/commitdiff
Removed useless function
authorDomovoy <domovoy@errlock.org>
Tue, 24 Jul 2012 15:32:13 +0000 (17:32 +0200)
committerDomovoy <domovoy@errlock.org>
Tue, 24 Jul 2012 15:32:13 +0000 (17:32 +0200)
include/diaspora.php

index a3473a8b738831af549314ac696b230734944402..cea66db0c0531dca0d9a942d805405baf3d06fe7 100755 (executable)
@@ -2120,12 +2120,6 @@ function diaspora_unshare($me,$contact) {
 }
 
 
-function diaspora_replace_tags_callback($matches) {
-       $result = '#'. str_replace(' ', '_', $matches[2]);
-       return $result;
-}
-
-
 function diaspora_send_status($item,$owner,$contact,$public_batch = false) {
 
        $a = get_app();