Changeset 1490
- Timestamp:
- 06/21/06 10:39:48 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/data/generator/sfPropelAdmin/default/template/actions/actions.class.php
r1484 r1490 327 327 if ($sort_column = $this->getUser()->getAttribute('sort', null, 'sf_admin/<?php echo $this->getSingularName() ?>/sort')) 328 328 { 329 $sort_column = Propel::getDB($c->getDbName())->quoteIdentifier($sort_column); 329 330 if ($this->getUser()->getAttribute('type', null, 'sf_admin/<?php echo $this->getSingularName() ?>/sort') == 'asc') 330 331 {