| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: drigg_promotion.module,v 1.1.2.3.2.1 2008/11/07 01:00:11 mercmobily Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 150 |
$threshold = variable_get('drigg_promotion_1_threshold', 10); |
$threshold = variable_get('drigg_promotion_1_threshold', 10); |
| 151 |
|
|
| 152 |
if ($karma + $v[0]['value'] >= $threshold ) { |
if ($karma + $v[0]['value'] >= $threshold ) { |
| 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() ."!"; |
$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() ."!"; |
| 154 |
drigg_debug_msg($m); |
drigg_debug_msg($m); |
| 155 |
watchdog("DRIGG PROMOTE", $m); |
watchdog("DRIGG PROMOTE", $m); |
| 156 |
drigg_promote_node($v[0]['content_id']); |
drigg_promote_node($v[0]['content_id']); |