Skip to content
Snippets Groups Projects
Commit 567b4565 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: avoid phpunit error

parent e3bee242
No related branches found
No related tags found
No related merge requests found
......@@ -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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment