6ba11066 by Kevin Burton

merged 197 to tags

1 parent c84c6292
...@@ -54,7 +54,7 @@ print "</pre>"; ...@@ -54,7 +54,7 @@ print "</pre>";
54 54
55 <?php 55 <?php
56 56
57 if (strtotime($entry->execute_date) > time()):?> 57 if (strtotime($entry->execute_date) > current_time('timestamp')):?>
58 <a href="/wp-admin/admin.php?page=notifications&action=edit&page_id=<?php echo $entry->ID; ?>">edit</a> 58 <a href="/wp-admin/admin.php?page=notifications&action=edit&page_id=<?php echo $entry->ID; ?>">edit</a>
59 | <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> 59 | <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>
60 60
......