Browse Source

Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into develop

Laurent Destailleur 7 years ago
parent
commit
db59fca9ac
1 changed files with 2 additions and 0 deletions
  1. 2 0
      build/generate_filelist_xml.php

+ 2 - 0
build/generate_filelist_xml.php

@@ -22,6 +22,8 @@
  * 		\brief      This script create a xml checksum file
  */
 
+if (! defined('NOREQUIREDB')) define('NOREQUIREDB','1');	// Do not create database handler $db
+
 $sapi_type = php_sapi_name();
 $script_file = basename(__FILE__);
 $path=dirname(__FILE__).'/';