diff --git a/inc/display.php b/inc/display.php
index fa8da048..051a7091 100644
--- a/inc/display.php
+++ b/inc/display.php
@@ -169,15 +169,15 @@
// Trip
. (!empty($this->trip) ? ' '.$this->trip.'':'');
+ // End email
+ if(!empty($this->email))
+ $built .= '';
+
// IP Address
if($this->mod && $this->mod['type'] >= $config['mod']['show_ip']) {
$built .= ' [' . $this->ip . ']';
}
- // End email
- if(!empty($this->email))
- $built .= '';
-
// Date/time
$built .= ' ' . date($config['post_date'], $this->time);
@@ -342,15 +342,15 @@
// Trip
. (!empty($this->trip) ? ' '.$this->trip.'':'');
+ // End email
+ if(!empty($this->email))
+ $built .= '';
+
// IP Address
if($this->mod && $this->mod['type'] >= $config['mod']['show_ip']) {
$built .= ' [' . $this->ip . ']';
}
- // End email
- if(!empty($this->email))
- $built .= '';
-
// Date/time
$built .= ' ' . date($config['post_date'], $this->time);