Fix: avoid phpunit error

This commit is contained in:
Regis Houssin 2011-09-19 22:36:38 +00:00
parent e3bee242b9
commit 567b4565f9

View File

@ -29,8 +29,8 @@
* \brief File that include conf.php file and commons lib like functions.lib.php
*/
define('DOL_VERSION','3.2.0-alpha'); // Also defined in htdocs/install/inc.php (Ex: x.y.z-alpha, x.y.z)
define('EURO',chr(128));
if (! defined('DOL_VERSION')) define('DOL_VERSION','3.2.0-alpha'); // Also defined in htdocs/install/inc.php (Ex: x.y.z-alpha, x.y.z)
if (! defined('EURO')) define('EURO',chr(128));
// Definition des constantes syslog
if (function_exists("define_syslog_variables"))