Changeset 11938


Ignore:
Timestamp:
2007/03/22 15:43:20 (17 years ago)
Author:
inoue
Message:

プロトタイプ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/products/trackback_edit.php

    r11937 r11938  
    120120    global $objPage; 
    121121    global $objQuery; 
    122     $select = "tra.trackback_id, tra.product_id, tra.blog_name, tra.title, tra.excerpt "; 
     122    $select = "tra.trackback_id, tra.product_id, tra.blog_name, tra.title, tra.excerpt, "; 
    123123    $select .= "tra.url, tra.status, tra.create_date, tra.update_date, pro.name "; 
    124124    $from = "dtb_trackback AS tra LEFT JOIN dtb_products AS pro ON tra.product_id = pro.product_id "; 
Note: See TracChangeset for help on using the changeset viewer.