Changeset 353 for cpc/trunk/project/plugins
- Timestamp:
- Aug 30, 2009, 3:21:34 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/plugins/sfDoctrineActAsTaggablePlugin/lib/model/doctrine/PluginTagTable.class.php
r154 r353 435 435 $tag_ids = $q->execute(array(), Doctrine::HYDRATE_ARRAY); 436 436 437 if (!count($tag_ids)) 438 return array(); 439 437 440 $q = Doctrine_Query::create() 438 441 ->select('tg.taggable_id')
Note: See TracChangeset
for help on using the changeset viewer.