Changeset 256 for trunk/trax/vendor
- Timestamp:
- 08/28/06 23:31:11 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/active_record.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/active_record.php
r255 r256 2471 2471 function attribute_is_string($attribute, $column = null) { 2472 2472 $column = is_null($column) ? $this->column_for_attribute($attribute) : $column; 2473 error_log($attribute . " mdb2type: " . strtolower($column['mdb2type']));2474 2473 switch(strtolower($column['mdb2type'])) { 2475 2474 case 'text':
