Closed mata-man closed 9 years ago
line 505 needs to be merged to gh-pages because of underscore bug $record->_dynamicAttributes = static::dynColDecode($row[$dynCol]);
$record->_dynamicAttributes = static::dynColDecode($row[$dynCol]);
Not all of these changes have been tested and gh-pages is the wrong destination branch. It is just for the github pages website.
line 505 needs to be merged to gh-pages because of underscore bug
$record->_dynamicAttributes = static::dynColDecode($row[$dynCol]);