mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 17:06:28 +02:00
fix a few things
This commit is contained in:
parent
be194a06a8
commit
8f9bf0a729
11 changed files with 53 additions and 103 deletions
|
@ -105,7 +105,7 @@ namespace models;
|
|||
*
|
||||
* @return int : Le nmbre d'entrées modifiées
|
||||
*/
|
||||
public function delete_group_contact($id_group)
|
||||
public function delete_group_contacts($id_group)
|
||||
{
|
||||
return $this->_delete('group_contact', ['id_group' => $id_group]);
|
||||
}
|
||||
|
@ -179,7 +179,7 @@ namespace models;
|
|||
*
|
||||
* @return array : Un tableau avec les contact
|
||||
*/
|
||||
public function get_contact($id)
|
||||
public function get_contacts($id)
|
||||
{
|
||||
$query = '
|
||||
SELECT *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue