Tagged 0.7.5
[scuttle] / includes / php-gettext / examples / pigs_dropin.php
index edd2b0db9dcd423f9e933ed09dc9cfcd8f73f620..94fd8507c794b9c614c906e126967b8a1102ef98 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /*
 <?php
 /*
-   Copyright (c) 2003,2004,2005 Danilo Segan <danilo@kvota.net>.
+   Copyright (c) 2003,2004,2005,2009 Danilo Segan <danilo@kvota.net>.
    Copyright (c) 2005,2006 Steven Armstrong <sa@c-area.ch>
 
    This file is part of PHP-gettext.
    Copyright (c) 2005,2006 Steven Armstrong <sa@c-area.ch>
 
    This file is part of PHP-gettext.
 
 */
 
 
 */
 
+error_reporting(E_ALL | E_STRICT);
+
 // define constants
 // define constants
-define(PROJECT_DIR, realpath('./'));
-define(LOCALE_DIR, PROJECT_DIR .'/locale');
-define(DEFAULT_LOCALE, 'en_US');
+define('PROJECT_DIR', realpath('./'));
+define('LOCALE_DIR', PROJECT_DIR .'/locale');
+define('DEFAULT_LOCALE', 'en_US');
 
 require_once('../gettext.inc');
 
 
 require_once('../gettext.inc');
 

Benjamin Mako Hill || Want to submit a patch?