1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 13:34:39 +02:00

reencode some files to UTF-8

This commit is contained in:
marj
2009-11-17 13:27:14 +00:00
parent eb8d492ead
commit ee3d65bb2f
33 changed files with 438 additions and 537 deletions

View File

@@ -1,22 +1,18 @@
<?php
/*
+---------------------------------------------------------------+
| e107 website system
| /admin/review.php
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/handlers/content_class.php,v $
| $Revision: 1.23 $
| $Date: 2009-08-23 10:57:51 $
| $Author: marj_nl_fr $
+---------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/content/handlers/content_class.php,v $
* $Revision: 1.24 $
* $Date: 2009-11-17 13:23:59 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }
@@ -1392,7 +1388,7 @@ class content{
$menufile = "content_".$row['content_heading'];
$menuname = $row['content_heading'];
$data = chr(60)."?php\n". chr(47)."*\n+---------------------------------------------------------------+\n| e107 website system\n| ".e_PLUGIN."content/menus/".$menufile."_menu.php\n|\n| <EFBFBD>Steve Dunstan 2001-2002\n| http://e107.org\n| jalist@e107.org\n|\n| Released under the terms and conditions of the\n| GNU General Public License (http://gnu.org).\n+---------------------------------------------------------------+\n\nThis file has been generated by ".e_PLUGIN."content/handlers/content_class.php.\n\n*". chr(47)."\n";
$data = chr(60)."?php\n". chr(47)."*\n+---------------------------------------------------------------+\n| e107 website system\n| ".e_PLUGIN."content/menus/".$menufile."_menu.php\n|\n| ©Steve Dunstan 2001-2002\n| http://e107.org\n| jalist@e107.org\n|\n| Released under the terms and conditions of the\n| GNU General Public License (http://gnu.org).\n+---------------------------------------------------------------+\n\nThis file has been generated by ".e_PLUGIN."content/handlers/content_class.php.\n\n*". chr(47)."\n";
$data .= "\n";
$data .= "unset(\$text);\n";
$data .= "\$text = \"\";\n";

View File

@@ -1,22 +1,18 @@
<?php
/*
+---------------------------------------------------------------+
| e107 website system
| content_convert_class.php
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/handlers/content_convert_class.php,v $
| $Revision: 1.2 $
| $Date: 2007-03-13 16:51:05 $
| $Author: lisa_ $
+---------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/content/handlers/content_convert_class.php,v $
* $Revision: 1.3 $
* $Date: 2009-11-17 13:23:59 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }

View File

@@ -1,22 +1,18 @@
<?php
/*
+---------------------------------------------------------------+
| e107 website system
| /admin/review.php
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/handlers/content_db_class.php,v $
| $Revision: 1.11 $
| $Date: 2008-12-29 20:53:24 $
| $Author: lisa_ $
+---------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/content/handlers/content_db_class.php,v $
* $Revision: 1.12 $
* $Date: 2009-11-17 13:23:59 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }
if (!defined('ADMIN_WIDTH')) { define("ADMIN_WIDTH", "width:98%;"); }

View File

@@ -1,22 +1,18 @@
<?php
/*
+---------------------------------------------------------------+
| e107 website system
| /admin/review.php
|
| <20>Steve Dunstan 2001-2002
| http://e107.org
| jalist@e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/content/handlers/content_form_class.php,v $
| $Revision: 1.23 $
| $Date: 2009-01-03 09:17:05 $
| $Author: lisa_ $
+---------------------------------------------------------------+
*/
* e107 website system
*
* Copyright (C) 2001-2009 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/content/handlers/content_form_class.php,v $
* $Revision: 1.24 $
* $Date: 2009-11-17 13:23:59 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }