mcramer
2013-07-29 4f5a266447c021dbd126981b3ec83719d40c1ae3
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