mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
05162dc809
commit
14fa13df6f
1 changed files with 2 additions and 0 deletions
|
@ -865,11 +865,13 @@ class API extends PluginAbstract
|
|||
} else {
|
||||
$rows = Video::getAllVideos();
|
||||
$totalRows = Video::getTotalVideos();
|
||||
/*
|
||||
if(!empty($_REQUEST['debug'])){
|
||||
global $_lastGetAllSQL;
|
||||
global $lastGetTotalVideos;
|
||||
var_dump($totalRows, $lastGetTotalVideos, $_lastGetAllSQL);exit;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
if (!empty($_REQUEST['catName']) && empty($parameters['videos_id'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue