Fix comment.
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 9 Jun 2009 21:17:57 +0000 (15:17 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 9 Jun 2009 21:17:57 +0000 (15:17 -0600)
imp/cache.php

index 4f662a6..eb8ad95 100644 (file)
@@ -19,7 +19,7 @@
  * DEFAULT: 525600 = 1 year */
 $expire_time = 525600;
 
-/* Load IMP.php to access IMP::getPathInfo(). */
+// Need to load Util:: to give us access to Util::getPathInfo().
 require_once dirname(__FILE__) . '/lib/base.load.php';
 require_once HORDE_BASE . '/lib/core.php';
 $path_info = trim(Util::getPathInfo(), '/');