From: Jens Frank Date: Mon, 17 May 2004 23:22:16 +0000 (+0000) Subject: Gabriel says name is depreciated and id should be used X-Git-Tag: 1.3.0beta1~47 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/%7B%24www_url%7Dadmin/compta/categories/%7B%7B%20url_for%28%27add_vote%27%29%20%7D%7D?a=commitdiff_plain;h=b68846fcba767bba9771e4534ec8e1d1233063ec;p=lhc%2Fweb%2Fwiklou.git Gabriel says name is depreciated and id should be used --- diff --git a/includes/TabbedCardSet.php b/includes/TabbedCardSet.php index e9a10b1d9b..59b7fe424d 100644 --- a/includes/TabbedCardSet.php +++ b/includes/TabbedCardSet.php @@ -18,7 +18,7 @@ class TabbedCardSet extends CardSet { for ( $i=0; $imLabels ); $i++ ) { - $s .= "

". + $s .= "

". $this->mLabels[$i] . "

" . $this->mBodies[$i] . "
\n\n"; } $s .= "

\n\n
\n
    \n";