Changeset 1563 for temp/trunk


Ignore:
Timestamp:
2006/08/24 12:00:18 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/index.php

    r1562 r1563  
    3333$objSess = new SC_Session(); 
    3434$objDate = new SC_Date(); 
    35  
    3635// ÅÐÏ¿¡¦¹¹¿·¸¡º÷³«»Ïǯ 
    3736$objDate->setStartYear(RELEASE_YEAR); 
     
    4746$objPage->arrEndDay = $objDate->getDay(); 
    4847 
     48/**************************************************************************************************/ 
     49MyFlush(); 
     50/**************************************************************************************************/ 
     51 
     52 
    4953// ǧ¾Ú²ÄÈݤÎȽÄê 
    5054$objSess = new SC_Session(); 
     
    5963    } 
    6064} 
     65 
     66/**************************************************************************************************/ 
     67MyFlush(); 
     68/**************************************************************************************************/ 
     69 
    6170 
    6271// POSTÃͤΰú¤­·Ñ¤® 
     
    329338    return $arrRet; 
    330339} 
     340 
     341 
     342function MyFlush() { 
     343    print("aaaaa<br>"); 
     344    flush(); 
     345    ob_end_flush(); 
     346    ob_start(); 
     347    sleep(1); 
     348} 
Note: See TracChangeset for help on using the changeset viewer.