• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XOOPS Cube Legacy base repository


Commit MetaInfo

Revisión19530d3796beeade92f24633e1db70f79c417398 (tree)
Tiempo2010-02-26 16:42:58
Autorgusagi <gusagi@704c...>
Commitergusagi

Log Message

Fixed function name mistake.

git-svn-id: https://xoopscube.svn.sourceforge.net/svnroot/xoopscube/Package_Legacy/trunk@494 704cf05f-ae62-4b0e-a484-234ee0250e75

Cambiar Resumen

Diferencia incremental

--- a/html/include/functions.php
+++ b/html/include/functions.php
@@ -207,7 +207,7 @@ function formatTimestamp($time, $format="l", $timeoffset="")
207207 }
208208 }
209209
210-if (!function_exists("formatTimestamp")) {
210+if (!function_exists("formatTimestampGMT")) {
211211 /*
212212 * Function to display formatted times in user timezone
213213 */
@@ -902,6 +902,7 @@ function xoops_trim($text)
902902 }
903903 }
904904
905+// ################ Alternative PHP Core Functions ##################
905906 if (!function_exists('htmlspecialchars_decode')) {
906907 function htmlspecialchars_decode($text)
907908 {