mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
parent
6ae891d60c
commit
50826654fa
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue