Skip to content

Commit

Permalink
dated reminders bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Mar 9, 2012
1 parent 70542b0 commit 0161b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/ajax/dated_reminders_counter.php
Expand Up @@ -36,7 +36,7 @@

require_once("../../interface/globals.php");
require_once("$srcdir/htmlspecialchars.inc.php");
require_once("$srcdir/dated_reminders.php");
require_once("$srcdir/dated_reminder_functions.php");

$dueReminders = GetDueReminderCount(5,strtotime(date('Y/m/d')));
echo ($dueReminders > 0 ? '('.text(intval($dueReminders)).')' : '');
Expand Down

0 comments on commit 0161b01

Please sign in to comment.