dever 6 år sedan
förälder
incheckning
eb925659a7
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      main/src/Content.php

+ 1 - 0
main/src/Content.php

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