Mercurial > SimpleWebPresenter
changeset 50:2d0cda52f43f
Remove unused variable.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Tue, 09 Oct 2012 20:15:20 +0200 |
| parents | 6cb775b62281 |
| children | 2cfea6e84694 3898353ed1d8 |
| files | CacheTimeCheck.inc |
| diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
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 +?>
