Changeset 23505 for branches/version-2_13-dev/data
- Timestamp:
- 2014/06/03 15:00:26 (12 years ago)
- Location:
- branches/version-2_13-dev/data/class
- Files:
-
- 4 edited
-
SC_Image.php (modified) (1 diff)
-
SC_SelectSql.php (modified) (1 diff)
-
graph/SC_Graph_Line.php (modified) (1 diff)
-
pages/mypage/LC_Page_Mypage_History.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/SC_Image.php
r23504 r23505 167 167 $red = ImageColorAllocate($ImgNew, 255, 0, 0); 168 168 Imagestring($ImgNew, 4, 5, 5, "GIF $size[0]x$size[1]", $red); 169 ImageRectangle ($ImgNew, 0, 0, ($re_size[0]-1), ($re_size[1]-1), $black);169 ImageRectangle($ImgNew, 0, 0, ($re_size[0]-1), ($re_size[1]-1), $black); 170 170 171 171 if ($newFileName) { -
branches/version-2_13-dev/data/class/SC_SelectSql.php
r23124 r23505 97 97 // @see http://svn.ec-cube.net/open_trac/ticket/328 98 98 // FIXME とりあえずintvalで対策... 99 $date2 = mktime (0, 0, 0, intval($to_month), intval($to_day), intval($to_year));99 $date2 = mktime(0, 0, 0, intval($to_month), intval($to_day), intval($to_year)); 100 100 $date2 = $date2 + 86400; 101 101 // SQL文のdate関数に与えるフォーマットは、yyyy/mm/ddで指定する。 -
branches/version-2_13-dev/data/class/graph/SC_Graph_Line.php
r23504 r23505 174 174 imagefilledpolygon($this->image, $array, 4, $this->arrColor[$line_no]); 175 175 imagepolygon($this->image, $array, 4, $this->flame_color); 176 imagesetpixel ($this->image, $left, $top + ($size / 2), $this->flame_color);176 imagesetpixel($this->image, $left, $top + ($size / 2), $this->flame_color); 177 177 } 178 178 -
branches/version-2_13-dev/data/class/pages/mypage/LC_Page_Mypage_History.php
r23230 r23505 104 104 // 税計算 105 105 $this->tpl_arrOrderDetail[$product_index]['price_inctax'] = $this->tpl_arrOrderDetail[$product_index]['price'] + 106 SC_Helper_TaxRule_Ex::calcTax (106 SC_Helper_TaxRule_Ex::calcTax( 107 107 $this->tpl_arrOrderDetail[$product_index]['price'], 108 108 $this->tpl_arrOrderDetail[$product_index]['tax_rate'],
Note: See TracChangeset
for help on using the changeset viewer.
