Mercurial > SimpleWebPresenter
diff CacheTimeCheck.inc @ 50:2d0cda52f43f
Remove unused variable.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Tue, 09 Oct 2012 20:15:20 +0200 |
| parents | c6d0892f81ff |
| children | 3898353ed1d8 |
line wrap: on
line diff
--- 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 +?>
