|
@@ -50,6 +50,10 @@ class Content extends Core
|
|
echo "\r\n";
|
|
echo "\r\n";
|
|
echo date('Y-m-d H:i:s', $v['cdate']);
|
|
echo date('Y-m-d H:i:s', $v['cdate']);
|
|
echo "\r\n";
|
|
echo "\r\n";
|
|
|
|
+ echo $v['cdate'] < $time;
|
|
|
|
+ echo "\r\n";
|
|
|
|
+ echo isset($id[$v['buy_id']]);
|
|
|
|
+ echo "\r\n";
|
|
if ($v['cdate'] < $time && isset($id[$v['buy_id']]) && $id[$v['buy_id']]) {
|
|
if ($v['cdate'] < $time && isset($id[$v['buy_id']]) && $id[$v['buy_id']]) {
|
|
$num = $id[$v['buy_id']] - 1;
|
|
$num = $id[$v['buy_id']] - 1;
|
|
$score = $num * $info['score'];
|
|
$score = $num * $info['score'];
|