Changeset 22 for trunk/app/views/helpers
- Timestamp:
- 06/23/07 20:57:09 (17 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/helpers/gags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/helpers/gags.php
r20 r22 32 32 public function setStatus($s) { 33 33 34 $status = ( $s == 1 ) ? 'Publi shed' : 'Draft';34 $status = ( $s == 1 ) ? 'Publicado' : 'En preparación'; 35 35 36 36 return $status;
