Fix: Removed not used function.

This commit is contained in:
Laurent Destailleur
2011-07-30 11:12:52 +00:00
parent 594284ff5a
commit bc2716b151

View File

@@ -5,7 +5,7 @@
# This file is used by Dolibarr setup process to create true Dolibarr
# config file called "conf.php".
#
# $Id$
# $Id: conf.php.example,v 1.49 2011/07/30 11:12:52 eldy Exp $
###################
@@ -249,13 +249,4 @@ $dolibarr_main_prod='0';
# Examples:
# $dolibarr_mailing_limit_sendbyweb='0';
# This is an development feature to allow external components to overwrite
# some Dolibarr kernel files to be overwritten by versions provided by
# third parties modules.
# !! This feature is not working yet and breaks Dolibarr stability !!
# Default value: 0
# Possible values: 0 or 1
# Examples:
# $dolibarr_allow_overwritekernel='0';
?>