Ignore:
Timestamp:
2006/11/08 12:15:52 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/shopping/complete.php

    r7731 r7733  
    498498} 
    499499 
    500 // GET¤ÎÃͤò¥¤¥ó¥µ¡¼¥È¤¹¤ë 
     500// GET¤ÎÃͤò¥¤¥ó¥µ¡¼¥ÈÍѤËÀ°¤¨¤ë 
    501501function lfGetInsParam(){ 
     502    $arrRet = array(); 
    502503     
    503504    foreach($_GET as $key => $val){ 
    504          
    505     } 
    506      
    507      
     505        // ¥«¥é¥à¤Î¸ºß¥Á¥§¥Ã¥¯ 
     506        if(sfColumnExists("dtb_order", $key)) $arrRet[$key] = $val; 
     507    } 
     508     
     509    return $arrRet; 
    508510} 
    509511 
Note: See TracChangeset for help on using the changeset viewer.