mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-01-20 19: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()
|
public function rowCount()
|
||||||
{
|
{
|
||||||
if($this->result) {
|
if($this->result) {
|
||||||
$count=count($this->result->fetchAll());
|
$count=$this->result->rowCount();
|
||||||
$this->result->closeCursor();
|
$this->result->closeCursor();
|
||||||
return $count;
|
return $count;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user