dever %!s(int64=6) %!d(string=hai) anos
pai
achega
288752c23a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      main/src/Content.php

+ 4 - 0
main/src/Content.php

@@ -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'];