Skip to content

Commit 7731e1d

Browse files
committed
update/bug fix
1 parent f4db08c commit 7731e1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ test.php
1616
*.crt
1717
*.cache
1818
tmp
19+
.rnd

lib/ezsqlModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ public function count($all = true, $increase = false)
694694
$this->connQueries++;
695695
}
696696

697-
return ($all) ? $this->num_queries : $this->conn_queries;
697+
return ($all) ? $this->numQueries : $this->connQueries;
698698
}
699699

700700
public function secureSetup(

0 commit comments

Comments
 (0)