Changeset 2035
- Timestamp:
- 02/12/2008 08:06:15 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Model.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Model.php
r2033 r2035 27 27 { 28 28 // Use the passed database instance 29 $this->db = $d atabase;29 $this->db = $db = $database; 30 30 } 31 31 else
