Changeset 8814
- Timestamp:
- 05/06/08 18:27:16 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/data/generator/sfPropelAdmin/default/template/actions/actions.class.php
r8313 r8814 91 91 try 92 92 { 93 <?php echo $this->getClassName() ?>Peer::doDelete($this->selectedItems); 93 foreach (<?php echo $this->getClassName() ?>Peer::retrieveByPks($this->selectedItems) as $object) 94 { 95 $object->delete(); 96 } 94 97 } 95 98 catch (PropelException $e)

