From 28eb21dfe862613cedeb5d56b9dfc80141272b0a Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Fri, 8 Sep 2017 21:28:28 +0200 Subject: [PATCH] It is not necessary to show 'new' mark in the list of ideas --- modules/storm/stormidea/stormidea.theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/storm/stormidea/stormidea.theme.inc b/modules/storm/stormidea/stormidea.theme.inc index 7d3cca9..e1e2be0 100644 --- a/modules/storm/stormidea/stormidea.theme.inc +++ b/modules/storm/stormidea/stormidea.theme.inc @@ -9,7 +9,7 @@ function theme_stormidea_list($header, $ideas) { foreach ($ideas as $idea) { $rows[] = array( - '' . $idea->title . theme('mark', node_mark($idea->nid, $idea->changed)) . '', + '' . $idea->title . '', format_date($idea->changed, 'small'), array( 'data' => storm_icon_edit_node($idea, $_GET) . storm_icon_delete_node($idea, $_GET),