fix previous and Changelog
authorx2001corpet <x2001corpet@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Sat, 24 Mar 2007 15:11:51 +0000 (15:11 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jan 2008 23:35:35 +0000 (00:35 +0100)
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@227 9869982d-c50d-0410-be91-f2a2ec7c7c7b

AUTHORS
Changelog
banana/page.inc.php

diff --git a/AUTHORS b/AUTHORS
index 1ccab45..b5adbc4 100644 (file)
--- 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 >
index 2e63be3..f9f8856 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+Sat, 24 Mar 2006                                       Pascal Corpet <pascal.corpet@m4x.org>
+
+       * Threads are foldable (using jquery)
+
 Tue, 27 Feb 2007                    Florent Bruneau <florent.bruneau@m4x.org>
 
        * Bugfix: accentuated headers
index 630f1e3..f6dc977 100644 (file)
@@ -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)) {