mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
8a211ac4bb
commit
a7d7456f50
1 changed files with 5 additions and 0 deletions
|
@ -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'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue