Mercurial > SimpleWebPresenter
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 49:6cb775b62281 | 50:2d0cda52f43f |
|---|---|
| 81 | 81 |
| 82 /** | 82 /** |
| 83 * Include a file in the cacheset | 83 * Include a file in the cacheset |
| 84 * | 84 * |
| 85 * @param $path the path of the file | 85 * @param $path the path of the file |
| 86 * @param $basedir ***REMOVE THIS*** | |
| 87 */ | 86 */ |
| 88 function cache_time($path, $basedir = False) | 87 function cache_time($path) |
| 89 { | 88 { |
| 90 if (!file_exists($path)) { | 89 if (!file_exists($path)) { |
| 91 warn("${path} does not exist"); | 90 warn("${path} does not exist"); |
| 92 errorPage("Resource not available"); | 91 errorPage("Resource not available"); |
| 93 } | 92 } |
