[Svn-src-all:1237] [version-2_5-dev 20126] 未使用処理の削除
shutta
admin @ mail.ec-cube.net
2011年 2月 9日 (水) 20:27:32 JST
Subversion committed to /home/svn/open 20126
http://svn.ec-cube.net/open_trac/changeset/20126
┌────────────────────────────┐
│更新者 : shutta │
│更新日時: 2011-02-09 20:27:32 +0900 (水, 09 2月 2011)│
└────────────────────────────┘
Log:
--------------------------------------------------------
未使用処理の削除
refs #628
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_5-dev/data/class/util/SC_Utils.php
変更: branches/version-2_5-dev/data/class/util/SC_Utils.php
===================================================================
--- branches/version-2_5-dev/data/class/util/SC_Utils.php 2011-02-09 11:00:59 UTC (rev 20125)
+++ branches/version-2_5-dev/data/class/util/SC_Utils.php 2011-02-09 11:27:32 UTC (rev 20126)
@@ -611,17 +611,8 @@
return $line;
}
- /* 配列の要素をPDFフォーマットで出力する。*/
- function sfGetPDFList($array) {
- foreach($array as $key => $val) {
- $line .= "\t".$val;
- }
- $line.="\n";
- return $line;
- }
-
/*-----------------------------------------------------------------*/
/* check_set_term
/* 年月日に別れた2つの期間の妥当性をチェックし、整合性と期間を返す
@@ -1095,20 +1086,6 @@
return array($start_date, $end_date);
}
- // PDF用のRGBカラーを返す
- function sfGetPdfRgb($hexrgb) {
- $hex = substr($hexrgb, 0, 2);
- $r = hexdec($hex) / 255;
-
- $hex = substr($hexrgb, 2, 2);
- $g = hexdec($hex) / 255;
-
- $hex = substr($hexrgb, 4, 2);
- $b = hexdec($hex) / 255;
-
- return array($r, $g, $b);
- }
-
// 再帰的に多段配列を検索して一次元配列(Hidden引渡し用配列)に変換する。
function sfMakeHiddenArray($arrSrc, $arrDst = array(), $parent_key = "") {
if(is_array($arrSrc)) {
Svn-src-all メーリングリストの案内