Fix: Use bad parameter
This commit is contained in:
parent
4a1b8d2c70
commit
74ba59f8d3
@ -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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user