dever 6 vuotta sitten
vanhempi
commit
910574c6ab
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      main/lib/Cron.php

+ 2 - 0
main/lib/Cron.php

@@ -80,6 +80,8 @@ class Cron
                 }
             }
             print_r($score);
+
+            Dever::db('act/score')->update(array('where_id' => $v['id'], 'score' => $score));
             /*
             if ($score > 0) {
                 Dever::db('act/score')->update(array('where_id' => $v['id'], 'score' => $score));