diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-01-16 13:02:24 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-01-16 13:02:24 +0100 |
commit | 0f2ec5bde259b67f66cc353692d71d8a47f71b01 (patch) | |
tree | 0d0a7801cef4ca29b2988873daca9a5cd3344256 /application/config | |
parent | cb324bd9268fc6b0c93fd22545bd989771d68b04 (diff) |
convert_accented_characters() to include foreign_chars.php only when needed
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/foreign_chars.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/config/foreign_chars.php b/application/config/foreign_chars.php index 1ae0cef5f..f2f981c27 100644 --- a/application/config/foreign_chars.php +++ b/application/config/foreign_chars.php @@ -5,9 +5,9 @@ * An open source application development framework for PHP 5.1.6 or newer * * NOTICE OF LICENSE - * + * * Licensed under the Academic Free License version 3.0 - * + * * This source file is subject to the Academic Free License (AFL 3.0) that is * bundled with this package in the files license_afl.txt / license_afl.rst. * It is also available through the world wide web at this URL: @@ -87,4 +87,4 @@ $foreign_characters = array( ); /* End of file foreign_chars.php */ -/* Location: ./application/config/foreign_chars.php */
\ No newline at end of file +/* Location: ./application/config/foreign_chars.php */ |