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:
parent
08b49d1601
commit
3693b8ecaa
18 changed files with 423 additions and 80 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue