From: x2003bruneau Date: Mon, 10 Jul 2006 09:28:45 +0000 (+0000) Subject: Oops X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f944d18704a4a1f446ad4897be68876c7e217411;p=banana.git Oops git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@76 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- diff --git a/banana/misc.inc.php b/banana/misc.inc.php index 926cac1..ea74181 100644 --- a/banana/misc.inc.php +++ b/banana/misc.inc.php @@ -102,7 +102,7 @@ function makeHREF($params, $text = null) function makeImg($img, $alt, $height = null, $width = null) { if (function_exists('hook_makeImg') - && $res = hook_makeImg($img, $alt, $width)) { + && $res = hook_makeImg($img, $alt, $height, $width)) { return $res; }