1
0
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:
Fredrik Thulin 2012-06-14 13:01:10 +02:00
commit b5849acef1

View File

@ -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 {