1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel 2021-06-30 10:12:33 -03:00
parent f0e8cbfc17
commit c68ff51caf

View file

@ -10,7 +10,7 @@ if (!isCommandLineInterface()) {
echo "Start delete statistics" . PHP_EOL;
$sql = "delete videos_statistics where id > 0";
$sql = "delete FROM videos_statistics where id > 0";
sqlDAL::writeSql($sql);
echo "Finish delete statistics" . PHP_EOL;