mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Fix nom fonction DataBase::updateProgressWebhookQueries
This commit is contained in:
parent
3f8f39989e
commit
04cb964630
2 changed files with 2 additions and 2 deletions
|
@ -451,7 +451,7 @@
|
||||||
$webhookQueriesIds[] = $webhookQuerie['id'];
|
$webhookQueriesIds[] = $webhookQuerie['id'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$db->updateProgressWebhookQueries($webhookQueriesIds, true);
|
$db->updateProgressWebhookQueriesIn($webhookQueriesIds, true);
|
||||||
|
|
||||||
foreach ($webhookQueries as $webhookQuerie)
|
foreach ($webhookQueries as $webhookQuerie)
|
||||||
{
|
{
|
||||||
|
|
|
@ -611,7 +611,7 @@
|
||||||
* @param array $webhookQueriesId = Tableau des id des webhook_queries voulus
|
* @param array $webhookQueriesId = Tableau des id des webhook_queries voulus
|
||||||
* @return int : Retourne le nombre de lignes mises à jour
|
* @return int : Retourne le nombre de lignes mises à jour
|
||||||
*/
|
*/
|
||||||
public function updateWebhookQueriesIn($webhookQueriesId, $progress)
|
public function updateProgressWebhookQueriesIn($webhookQueriesId, $progress)
|
||||||
{
|
{
|
||||||
$query = "
|
$query = "
|
||||||
UPDATE webhook_queries
|
UPDATE webhook_queries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue