diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-06-12 09:24:50 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-06-12 09:24:50 +0000 |
| commit | c123d29b8fe7fca0ed514f4f814110dcf6eb28e1 (patch) | |
| tree | f2e6239f9866ac8b0f59a4f501ee43d4e0100591 /includes/functions/functions_utf-8.php | |
| parent | 73bcc64fdd56ea2126c88020bdaf6c5101e9d388 (diff) | |
| download | webtrees-c123d29b8fe7fca0ed514f4f814110dcf6eb28e1.tar.gz webtrees-c123d29b8fe7fca0ed514f4f814110dcf6eb28e1.tar.bz2 webtrees-c123d29b8fe7fca0ed514f4f814110dcf6eb28e1.zip | |
Remove some old define('XXX_PHP, '') statements - these were a debugging aid, many years ago. Also update the copyright message for the CSS parser library
Diffstat (limited to 'includes/functions/functions_utf-8.php')
| -rw-r--r-- | includes/functions/functions_utf-8.php | 45 |
1 files changed, 20 insertions, 25 deletions
diff --git a/includes/functions/functions_utf-8.php b/includes/functions/functions_utf-8.php index 01e3c66fa5..703fa98253 100644 --- a/includes/functions/functions_utf-8.php +++ b/includes/functions/functions_utf-8.php @@ -1,35 +1,30 @@ <?php -/** - * UTF-8 versions of PHP string functions - * - * webtrees: Web based Family History software - * Copyright (C) 2010 webtrees development team. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * @package webtrees - * @version $Id$ - */ +// UTF-8 versions of PHP string functions +// +// webtrees: Web based Family History software +// Copyright (C) 2011 webtrees development team. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); exit; } -define('WT_FUNCTIONS_UTF_8_PHP', ''); - // Identify the script used in a given string. Just look at the first significant character. // If there are mixed scripts, then the enclosed scripts should already have been wrapped // in lrm/rlm markup. |
