Changeset 1871 for temp/trunk


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

blank

Location:
temp/trunk
Files:
2 edited

Legend:

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

    r1869 r1871  
    9898$objPage->arrForm = $_POST; 
    9999 
     100sfprintr($_POST); 
     101 
    100102// ¥Ú¡¼¥¸Á÷¤êÍÑ 
    101103$objPage->arrHidden['search_pageno'] = $_POST['search_pageno']; 
     
    146148    if (count($objPage->arrErr) == 0) { 
    147149         
    148          
    149         sfprintr($objPage->arrForm); 
    150150        //-- ¸¡º÷¥Ç¡¼¥¿¼èÆÀ 
    151151        $objSelect = new SC_CustomerList($objPage->arrForm, "customer"); 
Note: See TracChangeset for help on using the changeset viewer.