Changeset 2917 for temp/trunk
- Timestamp:
- 2006/08/30 15:54:40 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/total/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/index.php
r2914 r2917 335 335 336 336 /* ÀÞ¤ìÀþ¥°¥é¥Õ¤ÎºîÀ® */ 337 function lfGetGraphLine($arrResults, $keyname, $type, $xtitle, $ytitle ) {337 function lfGetGraphLine($arrResults, $keyname, $type, $xtitle, $ytitle, $sdate, $edate) { 338 338 339 339 $ret_path = ""; … … 380 380 $startKey = $sy . "ǯ" . $sm . "·î" . $sd . "Æü"; 381 381 $endKey = $ey . "ǯ" . $em . "·î" . $ed . "Æü"; 382 $objGraphLine->drawTitle("½¸·×´ü´Ö¡§" . $s tartKey . " - " . $endKey);382 $objGraphLine->drawTitle("½¸·×´ü´Ö¡§" . $sdate . " - " . $edate); 383 383 384 384 // ¥°¥é¥ÕÉÁ²è … … 766 766 if($graph) { 767 767 $image_key = "term_" . $type; 768 $objPage->tpl_image = lfGetGraphLine($objPage->arrResults, $objPage->keyname, $image_key, $xtitle, $ytitle );768 $objPage->tpl_image = lfGetGraphLine($objPage->arrResults, $objPage->keyname, $image_key, $xtitle, $ytitle, $sdate, $edate); 769 769 } 770 770
Note: See TracChangeset
for help on using the changeset viewer.
