mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +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 {
|
} else {
|
||||||
$rows = Video::getAllVideos();
|
$rows = Video::getAllVideos();
|
||||||
$totalRows = Video::getTotalVideos();
|
$totalRows = Video::getTotalVideos();
|
||||||
|
/*
|
||||||
if(!empty($_REQUEST['debug'])){
|
if(!empty($_REQUEST['debug'])){
|
||||||
global $_lastGetAllSQL;
|
global $_lastGetAllSQL;
|
||||||
global $lastGetTotalVideos;
|
global $lastGetTotalVideos;
|
||||||
var_dump($totalRows, $lastGetTotalVideos, $_lastGetAllSQL);exit;
|
var_dump($totalRows, $lastGetTotalVideos, $_lastGetAllSQL);exit;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($_REQUEST['catName']) && empty($parameters['videos_id'])) {
|
if (!empty($_REQUEST['catName']) && empty($parameters['videos_id'])) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue