ca3a00c8 by Kevin Burton

udpate to admin listing for notifications

1 parent 3432f373
......@@ -54,7 +54,7 @@ print "</pre>";
<?php
if (strtotime($entry->execute_date) > time()):?>
if (strtotime($entry->execute_date) > current_time('timestamp')):?>
<a href="/wp-admin/admin.php?page=notifications&action=edit&page_id=<?php echo $entry->ID; ?>">edit</a>
| <a href="/wp-admin/admin.php?page=notifications&action=delete&page_id=<?php echo $entry->ID; ?>" onclick="return confirm('Are you sure?');">delete</a></td>
......