mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Replaced hardcoded "ago" string with constant.
This commit is contained in:
@@ -620,7 +620,7 @@ class convert
|
|||||||
}
|
}
|
||||||
if($format == 'short' && count($outputArray) == 1) { break; }
|
if($format == 'short' && count($outputArray) == 1) { break; }
|
||||||
}
|
}
|
||||||
return ($mode ? $outputArray : implode(", ", $outputArray) . " ago"); //XXX LAN
|
return ($mode ? $outputArray : implode(", ", $outputArray) . " " . LANDT_AGO);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user