# HG changeset patch # User Tom Fredrik "BFG" Klaussen # Date 1349806520 -7200 # Node ID 2d0cda52f43fabef139fca44248ddf2c8da30761 # Parent 6cb775b6228140631f73739c11cba31044fe1623 Remove unused variable. diff -r 6cb775b62281 -r 2d0cda52f43f CacheTimeCheck.inc --- a/CacheTimeCheck.inc Tue Oct 09 20:12:23 2012 +0200 +++ b/CacheTimeCheck.inc Tue Oct 09 20:15:20 2012 +0200 @@ -83,9 +83,8 @@ * Include a file in the cacheset * * @param $path the path of the file - * @param $basedir ***REMOVE THIS*** */ - function cache_time($path, $basedir = False) + function cache_time($path) { if (!file_exists($path)) { warn("${path} does not exist"); @@ -125,4 +124,4 @@ return loadFile($path); } } -?> \ No newline at end of file +?>