Changeset 2436
- Timestamp:
- 04/06/08 05:47:37 (4 months ago)
- Files:
-
- trunk/system/libraries/Validation.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/system/libraries/Validation.php
r2423 r2436 15 15 protected $any_field; 16 16 17 // Message output format18 protected $message_format = '<p class="error">{message}</p>';19 20 17 // Filters 21 18 protected $pre_filters = array(); … … 453 450 454 451 // Return the HTML message string 455 return str_replace('{message}', $this->messages[$input], $this->message_format);452 return $this->messages[$input]; 456 453 } 457 454 else
