mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-01-20 10:52:15 +01:00
Merge branch 'master' of github.com:Yubico/yubikey-val-server-php
This commit is contained in:
commit
b5849acef1
@ -378,7 +378,7 @@ or false on failure.
|
||||
public function rowCount()
|
||||
{
|
||||
if($this->result) {
|
||||
$count=count($this->result->fetchAll());
|
||||
$count=$this->result->rowCount();
|
||||
$this->result->closeCursor();
|
||||
return $count;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user