Changeset 260


Ignore:
Timestamp:
2007/02/14 21:34:24 (17 years ago)
Author:
kakinaka
Message:
 
Location:
branches/dev/html/admin/system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/system/load_module.php

    r259 r260  
    1818} 
    1919 
    20 gfprintlog("mode -------------------------------> ".$_POST["mode"]); 
    21  
    2220if(is_numeric($module_id)) { 
    2321    $objQuery = new SC_Query(); 
  • branches/dev/html/admin/system/module.php

    r17 r260  
    268268    if(count($arrRet) > 0) { 
    269269         
     270//      gfprintlog("mode -------------------------------> ".$_POST["mode"]); 
     271        gfprintlog("mode ------------------------------->test "); 
     272 
     273         
    270274        // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 
    271275        $req = new HTTP_Request(SITE_URL . "load_module.php"); 
Note: See TracChangeset for help on using the changeset viewer.