Ignore:
Timestamp:
2007/08/29 19:43:37 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-zeus/data/downloads/module/mdl_zeus/mdl_zeus.inc

    r15435 r15436  
    7474    ); 
    7575     
    76     sfPrintR($arrPost); 
    77     print('?'); 
    78     gfPrintLog('?'); 
    79      
    8076    $req = new HTTP_Request(SECURE_LINK_URL); 
    8177    $req->setMethod(HTTP_REQUEST_METHOD_POST); 
     
    8783    } 
    8884    $req->clearPostData(); 
    89  
     85    gfPrintLog($response); 
     86     
    9087    if(ereg('Success_order', $response)) { 
    91         gfPrintLog($response); 
     88        return true; 
    9289    } else { 
    93         gfPrintLog($response); 
     90        return false; 
    9491    } 
    9592    return $arrVal; 
Note: See TracChangeset for help on using the changeset viewer.