[Openfirst-cvscommit] SF.net SVN: openfirst: [191] trunk/src/config/modules.php
Brought to you by:
xtimg
From: <ast...@us...> - 2006-06-23 04:49:57
|
Revision: 191 Author: astronouth7303 Date: 2006-06-22 21:49:53 -0700 (Thu, 22 Jun 2006) ViewCVS: http://svn.sourceforge.net/openfirst/?rev=191&view=rev Log Message: ----------- Added small comment. Modified Paths: -------------- trunk/src/config/modules.php Modified: trunk/src/config/modules.php =================================================================== --- trunk/src/config/modules.php 2006-06-23 01:58:25 UTC (rev 190) +++ trunk/src/config/modules.php 2006-06-23 04:49:53 UTC (rev 191) @@ -69,7 +69,7 @@ <?php // Get module information and output values $mods = $ogModuleManager->getDirs(); - // Make sure that module exists (bug #124) + // Make sure that modules exists (bug #124) if (count($mods) == 0) { echo "<p class='error'>Please install modules before administrating them! [ <a href='install.php'>Install Component</a> ]</p>"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |