Ignore:
Timestamp:
2006/10/25 18:50:53 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r6709 r6710  
    25742574 
    25752575function sfPrintEbisTag($pid = "") { 
    2576     global $arrEbisPID; 
    2577      
    25782576    // ¡Ö/¡×¤¬½ÅÊ£¤·¤Æ¤¤¤ë¤â¤Î¤Ø¤ÎÂбþ 
    25792577    $php_self = ereg_replace("[/]+", "/", $_SERVER['PHP_SELF']); 
    25802578    // PHP¥Õ¥¡¥¤¥ë¤Î¸å¤í¤Ë¡Ö/¡×¤¬¤Ä¤¤¤Æ¤·¤Þ¤Ã¤Æ¤¤¤ë¤â¤Î¤Ø¤ÎÂбþ 
    25812579    $php_self = ereg_replace(".php[/]+$", ".php", $php_self); 
    2582      
    2583     $arrEbis['pid'] = $arrEbisPID[$php_self]; 
    25842580     
    25852581    if(!is_array($pid) && $pid != "") { 
     
    26272623        $arrEbis['pid'] = $temp_id; 
    26282624    } 
    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             
    26382626    // ¥Ú¡¼¥¸ID¤¬ÅÐÏ¿¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤Î¤ß¥¿¥°¤ò½ÐÎϤ¹¤ë¡£ 
    26392627    if($arrEbis['pid'] != "") { 
Note: See TracChangeset for help on using the changeset viewer.