Changeset 256 for trunk/trax/vendor/trax

Show
Ignore:
Timestamp:
08/28/06 23:31:11 (6 years ago)
Author:
john
Message:

fixing quoted_attributes()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/active_record.php

    r255 r256  
    24712471    function attribute_is_string($attribute, $column = null) { 
    24722472        $column = is_null($column) ? $this->column_for_attribute($attribute) : $column; 
    2473         error_log($attribute . " mdb2type: " . strtolower($column['mdb2type'])); 
    24742473        switch(strtolower($column['mdb2type'])) { 
    24752474            case 'text':