]> git.mxchange.org Git - friendica.git/blobdiff - mod/wallmessage.php
Merge branch 'master' of https://github.com/friendica/friendica
[friendica.git] / mod / wallmessage.php
index 1a4882b643ee21a272700bfb3ec00b67e4db842c..cf349775c67ba8d946dfe1161a3ed686485345e0 100644 (file)
@@ -44,7 +44,7 @@ function wallmessage_post(&$a) {
        }
 
        // Work around doubled linefeeds in Tinymce 3.5b2
-dbg(1);
+
        $body = str_replace("\r\n","\n",$body);
        $body = str_replace("\n\n","\n",$body);
 
@@ -67,7 +67,7 @@ dbg(1);
                default:
                        info( t('Message sent.') . EOL );
        }
-dbg(0);
+
 //     goaway($a->get_baseurl() . '/profile/' . $user['nickname']);
        
 }