Changeset 3585 for temp


Ignore:
Timestamp:
2006/08/31 22:17:53 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

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

    r3555 r3585  
    313313    Header("Cache-Control: "); 
    314314    Header("Pragma: "); 
    315      
    316315     
    317316    /* i18n¢· ¤À¤ÈÀµ¾ï¤Ëưºî¤·¤Ê¤¤¤¿¤á¡¢mb¢· ¤ËÊѹ¹ 
  • temp/trunk/html/admin/contents/recommend_search.php

    r1328 r3585  
    1111        $this->tpl_subnavi = ''; 
    1212        $this->tpl_subno = ""; 
    13         $this->tpl_subtitle = '¥ª¥¹¥¹¥á´ÉÍý'; 
    1413    } 
    1514} 
     
    3130    lfConvertParam(); 
    3231     
    33      
    34     $where = "delete = 0"; 
     32    // ºï½ü¤µ¤ì¤Æ¤¤¤Ê¤¤¡£¸ø³«¾¦ÉʤǤ¢¤ë¡£ 
     33    $where = "delete = 0 AND status = 1"; 
    3534     
    3635    /* ÆþÎÏ¥¨¥é¡¼¤Ê¤· */ 
Note: See TracChangeset for help on using the changeset viewer.