summaryrefslogtreecommitdiffstats
path: root/templates/show_ip_history.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-02-04 01:38:11 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-02-04 01:38:11 +0000
commit87ac3e4500f84a8212ec351e70e19191f0637bc1 (patch)
tree47436876025c5b6594ab1894b573444ccb78dd52 /templates/show_ip_history.inc.php
parent97c538e24f5552427a32008efbf4156d2432e851 (diff)
downloadampache-87ac3e4500f84a8212ec351e70e19191f0637bc1.tar.gz
ampache-87ac3e4500f84a8212ec351e70e19191f0637bc1.tar.bz2
ampache-87ac3e4500f84a8212ec351e70e19191f0637bc1.zip
fix display of ip history
Diffstat (limited to 'templates/show_ip_history.inc.php')
-rw-r--r--templates/show_ip_history.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_ip_history.inc.php b/templates/show_ip_history.inc.php
index c6bdf4f5..2fe76373 100644
--- a/templates/show_ip_history.inc.php
+++ b/templates/show_ip_history.inc.php
@@ -1,7 +1,7 @@
<?php
/*
- Copyright (c) 2001 - 2007 Ampache.org
+ Copyright (c) Ampache.org
All rights reserved.
This program is free software; you can redistribute it and/or
@@ -43,7 +43,7 @@
<?php echo date("d/m/Y H\hi",$data['date']); ?>
</td>
<td class="cel_ipaddress">
- <?php echo long2ip($data['ip']); ?>
+ <?php echo inet_ntop($data['ip']); ?>
</td>
</tr>
<?php } ?>