This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
boarspring
/
repo_zf1Php7
forkato da
boarspring/repo_zf1
Segui
2
Vota
0
Forka
0
File
Sfoglia il codice sorgente
Use implode instead of join
Michele Locati
11 anni fa
parent
2a3b22758c
commit
d539bb4635
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
library/Zend/Locale/Format.php
+ 1
- 1
library/Zend/Locale/Format.php
Vedi File
@@ -789,7 +789,7 @@ class Zend_Locale_Format
}
}
- return
join
($temp);
+ return
implode
($temp);
}
/**