diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-23 12:29:40 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-23 12:29:40 -0800 |
commit | 05c50a052348a4ae664e0b4ca475f9fb3228f24b (patch) | |
tree | 57af326a69802413433e61682322c70e5efe5ff4 /system/messages | |
parent | b79e0c9d572bd578c78b9ed6e3e23d3ffbf6bf0b (diff) |
Revert "Fix preamble issues. Upstream tickets:"
This reverts commit b2291a0e34234ee30ea1d80b70122b68a8869917.
Diffstat (limited to 'system/messages')
-rw-r--r-- | system/messages/core.php | 2 | ||||
-rw-r--r-- | system/messages/validation/default.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/messages/core.php b/system/messages/core.php index a9595c1a..64f897e8 100644 --- a/system/messages/core.php +++ b/system/messages/core.php @@ -1,4 +1,4 @@ -<?php defined('SYSPATH') or die('No direct script access.'); +<?php $messages = array ( diff --git a/system/messages/validation/default.php b/system/messages/validation/default.php index 2f379cd3..2c59fa06 100644 --- a/system/messages/validation/default.php +++ b/system/messages/validation/default.php @@ -1,4 +1,4 @@ -<?php defined('SYSPATH') or die('No direct script access.'); +<?php defined('SYSPATH') or die('No direct script access.');
$messages = array(
'required' => 'The :field field is required',
|