Changeset 233 for branches/dev/html


Ignore:
Timestamp:
2007/02/13 13:18:02 (19 years ago)
Author:
kakinaka
Message:
 
Location:
branches/dev/html/admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/contents/campaign.php

    r209 r233  
    4343// ÊÔ½¸½èÍý¤Î¾ì¹ç¤Ï¾õÂÖ¤òÊÝ»ý 
    4444$objPage->is_update = $_POST['is_update']; 
    45  
    46 sfprintr($_POST); 
    47  
    4845 
    4946// ¥Õ¥©¡¼¥à¤ÎÃͤò¥Æ¥ó¥×¥ì¡¼¥È¤ØÅϤ¹ 
  • branches/dev/html/admin/customer/index.php

    r216 r233  
    171171         
    172172        $objPage->search_data = $objConn->getAll($searchSql, $objSelect->arrVal); 
    173          
    174         sfPrintR($objConn->conn->last_query); 
    175173         
    176174        switch($_POST['mode']) { 
  • branches/dev/html/admin/products/index.php

    r217 r233  
    282282            $objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 
    283283             
    284             sfPrintR($objQuery->getlastquery(false)); 
    285              
    286284            break; 
    287285        } 
Note: See TracChangeset for help on using the changeset viewer.