1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2024-08-21 15:22:20 -03:00
parent 8a211ac4bb
commit a7d7456f50

View file

@ -865,6 +865,11 @@ class API extends PluginAbstract
} else {
$rows = Video::getAllVideos();
$totalRows = Video::getTotalVideos();
if(!empty($_REQUEST['debug'])){
global $_lastGetAllSQL;
global $lastGetTotalVideos;
var_dump($totalRows, $lastGetTotalVideos, $_lastGetAllSQL);
}
}
if (!empty($_REQUEST['catName']) && empty($parameters['videos_id'])) {