mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
upadte
This commit is contained in:
parent
f243640a6d
commit
7fd07b3db2
1 changed files with 0 additions and 3 deletions
|
@ -7,8 +7,5 @@ if (!isCommandLineInterface()) {
|
||||||
return die('Command Line only');
|
return die('Command Line only');
|
||||||
}
|
}
|
||||||
ob_end_flush();
|
ob_end_flush();
|
||||||
$checkIfIsCorrupted = intval(@$argv[1]);
|
|
||||||
echo "checkIfIsCorrupted = $checkIfIsCorrupted" . PHP_EOL;
|
|
||||||
$users_ids = [];
|
|
||||||
$sql = "UPDATE videos SET status = ? WHERE status = ? ";
|
$sql = "UPDATE videos SET status = ? WHERE status = ? ";
|
||||||
sqlDAL::writeSql($sql, 'ss', array(Video::$statusUnlistedButSearchable, Video::$statusUnlisted));
|
sqlDAL::writeSql($sql, 'ss', array(Video::$statusUnlistedButSearchable, Video::$statusUnlisted));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue