make bookmarks message into an 'info' so it expires and goes away after a bit
This commit is contained in:
parent
8c845f5d50
commit
ecac985e33
@ -35,7 +35,7 @@ function bookmarks_init(&$a) {
|
||||
}
|
||||
foreach($terms as $t) {
|
||||
bookmark_add($u,$s[0],$t,$item['item_private']);
|
||||
notice( t('Bookmark added') . EOL);
|
||||
info( t('Bookmark added') . EOL);
|
||||
}
|
||||
}
|
||||
killme();
|
||||
|
Reference in New Issue
Block a user