mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 17:06:28 +02:00
Passage de getAll vers getFromTableWhere
This commit is contained in:
parent
cd6779701d
commit
7eed5456e7
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@
|
||||||
{
|
{
|
||||||
$this->wlog('Password is valid');
|
$this->wlog('Password is valid');
|
||||||
//On va passer en revue toutes les commandes, pour voir si on en trouve dans ce message
|
//On va passer en revue toutes les commandes, pour voir si on en trouve dans ce message
|
||||||
$commands = $db->getAll('commands');
|
$commands = $db->getFromTableWhere('commands');
|
||||||
|
|
||||||
$this->wlog('We found ' . count($commands) . ' commands');
|
$this->wlog('We found ' . count($commands) . ' commands');
|
||||||
foreach ($commands as $command)
|
foreach ($commands as $command)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue