Changeset 6710 for temp/trunk/data/lib/slib.php
- Timestamp:
- 2006/10/25 18:50:53 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/lib/slib.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r6709 r6710 2574 2574 2575 2575 function sfPrintEbisTag($pid = "") { 2576 global $arrEbisPID;2577 2578 2576 // ¡Ö/¡×¤¬½ÅÊ£¤·¤Æ¤¤¤ë¤â¤Î¤Ø¤ÎÂбþ 2579 2577 $php_self = ereg_replace("[/]+", "/", $_SERVER['PHP_SELF']); 2580 2578 // PHP¥Õ¥¡¥¤¥ë¤Î¸å¤í¤Ë¡Ö/¡×¤¬¤Ä¤¤¤Æ¤·¤Þ¤Ã¤Æ¤¤¤ë¤â¤Î¤Ø¤ÎÂбþ 2581 2579 $php_self = ereg_replace(".php[/]+$", ".php", $php_self); 2582 2583 $arrEbis['pid'] = $arrEbisPID[$php_self];2584 2580 2585 2581 if(!is_array($pid) && $pid != "") { … … 2627 2623 $arrEbis['pid'] = $temp_id; 2628 2624 } 2629 2630 // ÃíʸID¤¬»ØÄꤵ¤ì¤Æ¤¤¤ë¾ì¹ç¡ÊÉղþðÊó¤òÀ¸À®¤¹¤ë¡Ë 2631 if($_SESSION['ebis']['order_id'] != "") { 2632 // ¥¨¥Ó¥¹¥¿¥°°úÅϤ·Íѥǡ¼¥¿¤òÀ¸À®¤¹¤ë 2633 $arrRet = lfGetEbisData($_SESSION['ebis']['order_id']); 2634 $arrEbis = array_merge($arrRet, $arrEbis); 2635 unset($_SESSION['ebis']); 2636 } 2637 2625 2638 2626 // ¥Ú¡¼¥¸ID¤¬ÅÐÏ¿¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤Î¤ß¥¿¥°¤ò½ÐÎϤ¹¤ë¡£ 2639 2627 if($arrEbis['pid'] != "") {
Note: See TracChangeset
for help on using the changeset viewer.
