XOOPS Cube Legacy base repository
Revisión | 19530d3796beeade92f24633e1db70f79c417398 (tree) |
---|---|
Tiempo | 2010-02-26 16:42:58 |
Autor | gusagi <gusagi@704c...> |
Commiter | gusagi |
Fixed function name mistake.
git-svn-id: https://xoopscube.svn.sourceforge.net/svnroot/xoopscube/Package_Legacy/trunk@494 704cf05f-ae62-4b0e-a484-234ee0250e75
@@ -207,7 +207,7 @@ function formatTimestamp($time, $format="l", $timeoffset="") | ||
207 | 207 | } |
208 | 208 | } |
209 | 209 | |
210 | -if (!function_exists("formatTimestamp")) { | |
210 | +if (!function_exists("formatTimestampGMT")) { | |
211 | 211 | /* |
212 | 212 | * Function to display formatted times in user timezone |
213 | 213 | */ |
@@ -902,6 +902,7 @@ function xoops_trim($text) | ||
902 | 902 | } |
903 | 903 | } |
904 | 904 | |
905 | +// ################ Alternative PHP Core Functions ################## | |
905 | 906 | if (!function_exists('htmlspecialchars_decode')) { |
906 | 907 | function htmlspecialchars_decode($text) |
907 | 908 | { |