]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagrm.php
events js: pass only first line of desc as title; item.desc and item.location as...
[friendica.git] / mod / tagrm.php
old mode 100644 (file)
new mode 100755 (executable)
index 99d22f3..5041145
@@ -38,7 +38,7 @@ function tagrm_post(&$a) {
                intval(local_user())
        );
 
-       notice( t('Tag removed') . EOL );
+       info( t('Tag removed') . EOL );
        goaway($a->get_baseurl() . '/' . $_SESSION['photo_return']);
        
        // NOTREACHED
@@ -96,4 +96,4 @@ function tagrm_content(&$a) {
 
        return $o;
        
-}
\ No newline at end of file
+}