mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Fix de bugs
This commit is contained in:
parent
e47d769964
commit
1dda3958d9
11 changed files with 23 additions and 22 deletions
|
@ -162,7 +162,7 @@
|
|||
continue;
|
||||
}
|
||||
|
||||
$db->updateTableWhere('contacts', ['name' => $contact['name'], 'number' => $number], ['id' => $contact['id']]);
|
||||
$db->updateTableWhere('contacts', ['name' => $contact['name'], 'number' => $number], ['id' => $id]);
|
||||
}
|
||||
|
||||
//Si on a eu des erreurs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue