Ignore:
Timestamp:
2007/08/09 21:10:56 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-paygent/html/test/naka/test.php

    r15180 r15265  
    88 *  
    99 */ 
    10 require_once("../../require.php"); 
    1110 
     11//require_once("../../require.php"); 
     12 
     13/* 
    1214$objSiteSess = new SC_SiteSession(); 
    1315$objCartSess = new SC_CartSession(); 
    1416$objQuery = new SC_Query(); 
     17*/ 
    1518 
    16 sfPrintR($_SESSION); 
     19 
     20$ret = sprintf("0%02d0000", 1); 
     21 
     22print($ret); 
     23 
    1724 
    1825?> 
Note: See TracChangeset for help on using the changeset viewer.