Explorar o código

Modified misleading/outdated comment in the configuration file.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1400 a333f486-631f-4898-b8df-5754b55c2be0
dflaven %!s(int64=14) %!d(string=hai) anos
pai
achega
c65514fc5d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/config.class.inc.php

+ 1 - 1
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");