1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
daniel 2019-08-22 10:20:23 -03:00
parent 6ae891d60c
commit 50826654fa

View file

@ -112,7 +112,7 @@ class sqlDAL {
// $refreshCache = true;
global $global, $disableMysqlNdMethods, $readSqlCached, $crc;
// need to add dechex because some times it return an negative value and make it fails on javascript playlists
$crc = dechex(crc32($preparedStatement . implode($values)));
$crc = dechex(md5($preparedStatement . implode($values)));
if (!isset($readSqlCached)) {
$readSqlCached = array();