Changeset 997
- Timestamp:
- 11/06/2007 01:39:26 PM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/drivers/Database_Mysql.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Database_Mysql.php
r975 r997 586 586 $this->current_row = 0; 587 587 $this->total_rows = mysql_num_rows($this->result); 588 $this->fetch_type = ($object === TRUE) ? 'mysql_fetch_object' : 'mysql_fetch_array'; 588 589 } 589 590 elseif (is_bool($result)) … … 601 602 } 602 603 } 604 603 605 604 606 // Set result type
