From 05338caa23e554ed6fda0ac95ca3fd477ee4bebb Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Mon, 1 Aug 2011 10:24:36 +0000 Subject: [PATCH] Modified misleading/outdated comment in the configuration file. SVN:trunk[1400] --- core/config.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 9657bebef..fda6f52c4 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -1173,7 +1173,7 @@ class Config fwrite($hFile, "\n/**\n"); fwrite($hFile, " *\n"); - fwrite($hFile, " * Data model modules to be loaded. Names should be specified as absolute paths\n"); + fwrite($hFile, " * Data model modules to be loaded. Names are specified as relative paths\n"); fwrite($hFile, " *\n"); fwrite($hFile, " */\n"); fwrite($hFile, "\$MyModules = array(\n");