ftimme
2013-10-09 407c0051c65199159502901af4e8792481d86370
interface/lib/classes/db_mysql.inc.php
@@ -190,11 +190,11 @@
  // returns number of rows returned by the last select query
  public function numRows() {
    return $this->queryId->num_rows;
    return intval($this->queryId->num_rows);
  }
  
  public function affectedRows() {
   return $this->queryId->affected_rows;
   return intval($this->queryId->affected_rows);
  }
  // returns mySQL insert id