From: x2001corpet Date: Sat, 24 Mar 2007 15:11:51 +0000 (+0000) Subject: fix previous and Changelog X-Git-Tag: 1.8~78 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=848a49443c2723c574a3525bff90410e33112a06;p=banana.git fix previous and Changelog git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@227 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- diff --git a/AUTHORS b/AUTHORS index 1ccab45..b5adbc4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,3 +6,4 @@ Current Authors : since 2005 : Pierre Habouzit < pierre dot habouzit at polytechnique dot org > since 2006 : Florent Bruneau < florent dot bruneau at polytechnique dot org > + since 2007 : Pascal Corpet < pascal dot corpet at polytechnique dot org > diff --git a/Changelog b/Changelog index 2e63be3..f9f8856 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +Sat, 24 Mar 2006 Pascal Corpet + + * Threads are foldable (using jquery) + Tue, 27 Feb 2007 Florent Bruneau * Bugfix: accentuated headers diff --git a/banana/page.inc.php b/banana/page.inc.php index 630f1e3..f6dc977 100644 --- a/banana/page.inc.php +++ b/banana/page.inc.php @@ -329,7 +329,7 @@ class BananaPage extends Smarty * @param src STRING javascript name * @return Javascript tag */ - public function makeJs(array $src) + public function makeJs($src) { if (function_exists('hook_makeJs') && $res = hook_makeJs($src)) {