Changeset 2632

Show
Ignore:
Timestamp:
06/24/08 01:23:52 (5 months ago)
Author:
fumiakiy
Message:

Call triggers when loading the name of tags. This is mainly for enterprise drivers to post-process strings correctly. BugId:80172

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-40/lib/MT/Tag.pm

    r2542 r2632  
    270270                }), 
    271271                limit => $limit, 
    272                 fetchonly => [ 'name' ], 
    273                 # prevent any callbacks, as we're only fetching name column anyway 
    274                 no_triggers => 1, 
     272                fetchonly => [ 'name' ] 
    275273            } 
    276274        );