1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00

Add option to swap video content.

Basically it changes the filename of 2 videos.
This commit is contained in:
daniel 2020-03-27 12:35:21 -03:00
parent 08b49d1601
commit 3693b8ecaa
18 changed files with 423 additions and 80 deletions

View file

@ -73,7 +73,7 @@ abstract class ObjectYPT implements ObjectInterface {
//current=1&rowCount=10&sort[sender]=asc&searchPhrase=
global $global;
if (!static::isTableInstalled()) {
return false;
return 0;
}
$sql = "SELECT id FROM " . static::getTableName() . " WHERE 1=1 ";
$sql .= self::getSqlSearchFromPost();