diff options
author | deva <deva> | 2010-02-23 09:21:02 +0000 |
---|---|---|
committer | deva <deva> | 2010-02-23 09:21:02 +0000 |
commit | d908520b7ebde8e209a5db89a505f959ad6b76c4 (patch) | |
tree | e80c930bf7d7728af9bcfd2799c9fee008252ab5 /htdocs | |
parent | 422a3ff80c49f50eb7841e3f30f4bd96b9d2d2ce (diff) |
New imagecache generation system.
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/index.php b/htdocs/index.php index d68609a..fd5c762 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -5,7 +5,7 @@ include_once("config.php"); if($mode == "imagecache") { include_once($UTIL_DIR. "/imagecache.php"); - getCachedImage($uri, $mw, $mh); + getCachedImage($uri, $mod, $cat); return; } |