Vergleich inc/db_pdo.php - 1.6.2 - 1.6.17
Zeile 6 | Zeile 6 |
---|---|
* Website: http://mybb.com |
* Website: http://mybb.com |
* $Id: db_pdo.php 5016 2010-06-12 00:24:02Z RyanGordon $ | * $Id$ |
*/ | */ |
Zeile 126 | Zeile 126 |
return; |
return; |
return count($query->rowCount()); | if(is_numeric(stripos($query->queryString, 'SELECT'))) |
} | } |