[geeklog-jp commit] r638 - trunk/custom

Back to archive index

codes****@googl***** codes****@googl*****
2008年 9月 19日 (金) 17:47:06 JST


Author: tsuchi000
Date: Fri Sep 19 01:42:50 2008
New Revision: 638

Modified:
    trunk/custom/phpblock_stats.php

Log:
phpblock_stats 2006-10-21

Modified: trunk/custom/phpblock_stats.php
==============================================================================
--- trunk/custom/phpblock_stats.php	(original)
+++ trunk/custom/phpblock_stats.php	Fri Sep 19 01:42:50 2008
@@ -5,18 +5,18 @@
   * 2006-10-21 Yohichi Yagi.
  **/
  function phpblock_stats() {
-	// グローバル変数
+    // グローバル変数
      global $_CONF, $_TABLES, $LANG10;

-	// インクルード
-	require_once($_CONF['path_system'] . 'lib-admin.php');
+    // インクルード
+    require_once($_CONF['path_system'] . 'lib-admin.php');

-	// 生成するHTML
-	$disp .= '<div style="text-align:center">';
-	$disp .= COM_NumberFormat(DB_getItem($_TABLES['vars'], 'value', "name  
= 'totalhits'"));
-	$disp .= '</div>';
-	// HTMLを戻す
-	return $disp;
+    // 生成するHTML
+    $disp .= '<div style="text-align:center">';
+    $disp .= COM_NumberFormat(DB_getItem($_TABLES['vars'], 'value', "name  
= 'totalhits'"));
+    $disp .= '</div>';
+    // HTMLを戻す
+    return $disp;
  }

  ?>




Geeklogjp-changes メーリングリストの案内
Back to archive index