Rename DBA::num_rows to DBA::numRows
This commit is contained in:
@@ -272,7 +272,7 @@ class Item extends BaseObject
|
||||
if (is_bool($stmt)) {
|
||||
$retval = $stmt;
|
||||
} else {
|
||||
$retval = (DBA::num_rows($stmt) > 0);
|
||||
$retval = (DBA::numRows($stmt) > 0);
|
||||
}
|
||||
|
||||
DBA::close($stmt);
|
||||
|
||||
Reference in New Issue
Block a user