Changeset 5452 for trunk/include/dblayer/functions_pdo-sqlite.inc.php
- Timestamp:
- Mar 29, 2010, 8:16:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/dblayer/functions_pdo-sqlite.inc.php
r5236 r5452 175 175 function pwg_db_num_rows(PDOStatement $result) 176 176 { 177 return $result-> columnCount();177 return $result->rowCount(); 178 178 } 179 179
Note: See TracChangeset
for help on using the changeset viewer.