mcramer
2013-07-08 2db4d050fc182e3962aeb82a976388f3c71484cf
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