dever vor 6 Jahren
Ursprung
Commit
5eb62723bb
1 geänderte Dateien mit 2 neuen und 5 gelöschten Zeilen
  1. 2 5
      main/src/Content.php

+ 2 - 5
main/src/Content.php

@@ -46,7 +46,7 @@ class Content extends Core
         $time = Dever::maketime('2019-01-29 14:44:30');
         if ($data) {
             foreach ($data as $k => $v) {
-                if ($v['cdate'] < $time && isset($id[$v['buy_id']]) && $id[$v['buy_id']]) {
+                if ($v['uid'] != 25371 && $v['cdate'] < $time && isset($id[$v['buy_id']]) && $id[$v['buy_id']]) {
                     $num = $id[$v['buy_id']] - 1;
                     $score = $num * $info['score'];
 
@@ -74,10 +74,7 @@ class Content extends Core
                                 }
                             }
                         }
-                        print_r($user_log);
-
-                        print_r($update);
-                        print_r($v);die;
+                        print_r($v);
                     }
                 }
             }