Changeset 17165
- Timestamp:
- 04/09/09 17:07:34 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPropelSqlDiffPlugin/branches/1.2/lib/dbInfo.php
r17142 r17165 53 53 if(preg_match('/type=(\w+)/i', $table_info, $matches)) { 54 54 $this->tables[$table]['type'] = strtolower($matches[1]); 55 } else { 56 $this->tables[$table]['type'] = ''; 55 57 } 56 58