diff options
Diffstat (limited to 'templates/show_ip_history.inc.php')
-rw-r--r-- | templates/show_ip_history.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_ip_history.inc.php b/templates/show_ip_history.inc.php index 6a4506e2..651f56d6 100644 --- a/templates/show_ip_history.inc.php +++ b/templates/show_ip_history.inc.php @@ -46,7 +46,7 @@ <th class="cel_ipaddress"><?php echo T_('IP Address'); ?></th> </tr> <?php foreach ($history as $data) { ?> -<tr class="<?php echo flip_class(); ?>"> +<tr class="<?php echo UI::flip_class(); ?>"> <td class="cel_date"> <?php echo date("d/m/Y H\hi",$data['date']); ?> </td> |