Skip to content
Snippets Groups Projects
Commit 77194871 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Use bad parameter

parent 079f5379
No related branches found
No related tags found
No related merge requests found
......@@ -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, 40, $newparam);
show_day_events ($db, $day, $month, $year, $month, $style, $actionarray, 0, 80, $newparam);
echo "</td>\n";
echo " </tr>\n";
echo '</table>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment