shish %!s(int64=2) %!d(string=hai) anos
pai
achega
104f6ee5e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app-ghs/controllers/StatBookController.php

+ 1 - 1
app-ghs/controllers/StatBookController.php

@@ -74,7 +74,7 @@ class StatBookController extends BaseController
             $date2 = substr($date1, 4, 4);
             $date2 = substr($date1, 4, 4);
             $name = $item['name'] ?? '';
             $name = $item['name'] ?? '';
             $num = $item['num'] ?? 0;
             $num = $item['num'] ?? 0;
-            $content .= '<B>' . $date2 . ' ' . $name . ' ' . $num . '</B><BR>'
+            $content .= '<B>' . $date2 . ' ' . $name . ' ' . $num . '</B><BR>';
             $content .= '--------------------------------<BR>';
             $content .= '--------------------------------<BR>';
         }
         }
         $shopId = $shop->id ?? 0;
         $shopId = $shop->id ?? 0;