Fix: Use bad parameter

This commit is contained in:
Laurent Destailleur 2011-02-02 14:04:30 +00:00
parent 4a1b8d2c70
commit 74ba59f8d3

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, 80, $newparam);
echo "</td>\n";
echo " </tr>\n";
echo '</table>';