- Timestamp:
- 2006/11/01 19:16:55 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/total/index.tpl (modified) (previous)
-
html/admin/total/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/index.php
r7249 r7250 401 401 // ¥°¥é¥ÕÉÁ²è 402 402 $objGraphLine->drawGraph(); 403 403 404 // ¥°¥é¥Õ¤Î½ÐÎÏ 404 405 if(DRAW_IMAGE){ 405 $objGraph Bar->outputGraph();406 $objGraphLine->outputGraph(); 406 407 exit(); 407 408 } … … 452 453 // ¥°¥é¥Õ¤Î½ÐÎÏ 453 454 if(DRAW_IMAGE){ 454 $objGraph Bar->outputGraph();455 $objGraphPie->outputGraph(); 455 456 exit(); 456 457 } … … 496 497 497 498 $objGraphBar->drawGraph(); 498 499 499 500 if(DRAW_IMAGE){ 500 501 $objGraphBar->outputGraph(); 501 502 exit(); 502 503 } 503 504 504 505 // ¥Õ¥¡¥¤¥ë¥Ñ¥¹¤òÊÖ¤¹ 505 506 $ret_path = GRAPH_URL . $pngname;
Note: See TracChangeset
for help on using the changeset viewer.
