summaryrefslogtreecommitdiff
path: root/vendor/PicoDb/Table.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/PicoDb/Table.php')
-rw-r--r--vendor/PicoDb/Table.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/PicoDb/Table.php b/vendor/PicoDb/Table.php
index 4cdf35f7..494e350a 100644
--- a/vendor/PicoDb/Table.php
+++ b/vendor/PicoDb/Table.php
@@ -67,8 +67,7 @@ class Table
$result = $this->db->execute($sql, $values);
- if ($result !== false && $result->rowCount() > 0) {
-
+ if ($result !== false/* && $result->rowCount() > 0*/) {
return true;
}