Changeset 7690
- Timestamp:
- 02/29/08 17:45:21 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfDoctrinePlugin/branches/1.0/data/generator/sfDoctrineAdmin/default/template/actions/actions.class.php
r6845 r7690 373 373 else if (isset($this->filters['<?php echo $column->getName() ?>']) && $this->filters['<?php echo $column->getName() ?>'] !== '') 374 374 { 375 <?php if ($type == 'char' || $type == 'string' ): ?>375 <?php if ($type == 'char' || $type == 'string' || $type == 'clob'): ?> 376 376 $q->addWhere("<?php echo $queryColumn?> LIKE ?", '%'.$this->filters['<?php echo $column->getName() ?>'].'%'); 377 377 <?php else: ?>

