[et] short date
This commit is contained in:
parent
e57264fd95
commit
ebbcc9fab5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class ET extends Extension
|
||||||
|
|
||||||
$ver = VERSION;
|
$ver = VERSION;
|
||||||
if(defined("BUILD_TIME")) {
|
if(defined("BUILD_TIME")) {
|
||||||
$ver .= "-" . substr(constant("BUILD_TIME"), 0, 10);
|
$ver .= "-" . substr(str_replace("-", "", constant("BUILD_TIME")), 0, 8);
|
||||||
}
|
}
|
||||||
if(defined("BUILD_HASH")) {
|
if(defined("BUILD_HASH")) {
|
||||||
$ver .= "-" . substr(constant("BUILD_HASH"), 0, 7);
|
$ver .= "-" . substr(constant("BUILD_HASH"), 0, 7);
|
||||||
|
|
Reference in a new issue