Fix: Use bad parameter

This commit is contained in:
Laurent Destailleur 2011-02-02 14:01:51 +00:00
parent 5889cad1b0
commit 079f537906

View File

@ -484,7 +484,7 @@ else // View by day
echo " </tr>\n";
echo " <tr>\n";
echo ' <td class="'.$style.'" width="14%" valign="top" nowrap="nowrap">';
show_day_events ($db, $day, $month, $year, $month, $style, $actionarray, 0, 0, $maxlength);
show_day_events ($db, $day, $month, $year, $month, $style, $actionarray, 0, 40, $newparam);
echo "</td>\n";
echo " </tr>\n";
echo '</table>';