Changeset 5914


Ignore:
Timestamp:
2006/09/26 18:10:22 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r5913 r5914  
    12391239                } 
    12401240            } 
    1241              
    1242             sfprintr($arrData); 
    12431241                         
    12441242            if($limit != "" && $limit < $arrCart[$i]['quantity']) { 
     
    17651763            USING (product_id) WHERE A.category_id = ? AND A.del_flg = 0 AND status = 1 ORDER BY A.rank"; 
    17661764    $arrItems = $conn->getAll($sql, array($category_id)); 
    1767      
    1768     sfprintr($arrItems); 
     1765 
    17691766    return $arrItems; 
    17701767} 
  • temp/trunk/html/admin/customer/edit.php

    r5912 r5914  
    213213    $mailmaga = $objQuery->getAll("SELECT * FROM dtb_customer_mail WHERE email = ?", $array["edit_email"]); 
    214214     
    215     sfprintr($mailmaga); 
    216215    if(count($mailmaga) > 0 ){ 
    217216        $objQuery->Update("dtb_customer_mail", $arrRegistMail, "email = '" .addslashes($array["edit_email"]). "'"); 
  • temp/trunk/html/admin/system/bkup.php

    r5898 r5914  
    530530        // ¥¨¥é¡¼¤¬¤¢¤ì¤Ð½ªÎ» 
    531531        if ($err->message != ""){ 
    532             $objQuery->getlastquery(); 
    533532            return false; 
    534533        } 
Note: See TracChangeset for help on using the changeset viewer.