dever il y a 6 ans
Parent
commit
4ea212530c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      stat/lib/Seller.php

+ 1 - 1
stat/lib/Seller.php

@@ -85,7 +85,7 @@ class Seller
     {
         $update = array();
         $update['day_string'] = $day;
-        
+        $update['day_int'] = Dever::maketime($day);
         $update['code_num'] = $code_num;
         $update['code_yes_num'] = $code_yes_num;
         $update['code_no_num'] = $code_no_num;