Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jun 20, 2015
1 parent e871f4c commit 4e29e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/bin/kronolith-agenda
Expand Up @@ -184,7 +184,7 @@ function send_agendas()
}
}

function sort_events ($a, $b)
function sort_events($a, $b)
{
if ($a->allday && $b->allday) {
return 0;
Expand Down

0 comments on commit 4e29e9f

Please sign in to comment.