Modified misleading/outdated comment in the configuration file.

SVN:trunk[1400]
This commit is contained in:
Denis Flaven
2011-08-01 10:24:36 +00:00
parent a6ac78d7c1
commit 05338caa23

View File

@@ -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");