Ignore:
Timestamp:
Dec 4, 2009, 8:46:39 AM (15 years ago)
Author:
LucMorizur
Message:

[Event Cats] Add character "é" in all files so to keep them coded in UTF-8 w/o BOM

Location:
extensions/event_cats/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/include/ec_conf.inc.php

    r4418 r4421  
    2222// | USA.                                                                  |
    2323// +-----------------------------------------------------------------------+
     24
     25// Keeps file coded in UTF-8 without BOM : é
    2426
    2527if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
  • extensions/event_cats/include/evntcats_admin_funcs.inc.php

    r4420 r4421  
    2222// | USA.                                                                  |
    2323// +-----------------------------------------------------------------------+
     24
     25// Keeps file coded in UTF-8 without BOM : é
    2426
    2527// ***************************************************************************
  • extensions/event_cats/include/evntcats_main_funcs.inc.php

    r4371 r4421  
    2222// | USA.                                                                  |
    2323// +-----------------------------------------------------------------------+
     24
     25// Look out, do sit before reading that :
     26// keeps file coded in UTF-8 without BOM in Notepad++ : é
     27// !!!
    2428
    2529if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
Note: See TracChangeset for help on using the changeset viewer.