Hello, I am not going to describe the bug, I just give you the way to correct it, if you need more information I can give them later.

In drigg_promotion.module at line 153:
$m = "Karma is $karma, vote is $v[0]['value'], threshold is $threshold, promoting node $v[0]['content_id'], vote id: $v[0]['vote_id'], and time is ". time() ."!";
should be replaced by:
$m = "Karma is $karma, vote is ".$v[0]['value'].", threshold is $threshold, promoting node ".$v[0]['content_id'].", vote id: ".$v[0]['vote_id'].", and time is ". time() ."!";

tested and working.

Comments

philbar’s picture

Category: task » bug

Missing some periods?

I don't know PHP enough to determine the bug in this. But marking it as such since the description implies it.

mercmobily’s picture

Status: Active » Fixed

Hi,

fixed in CVS.

Merc.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.