Active
Project:
modr8
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2010 at 13:26 UTC
Updated:
27 May 2010 at 13:26 UTC
At first glance I thought this did nothing; the theme function sets messages however.
This could really do with a comment, as calling theme without printing or assigning looks very odd.
if ($node->moderate) { //cut this?
theme('modr8_message', FALSE, $node->type, $op);
}