Changeset 3535


Ignore:
Timestamp:
2006/08/31 19:48:18 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_View.php

    r3444 r3535  
    7070     
    7171    // ¥Æ¥ó¥×¥ì¡¼¥È¤Î½èÍý·ë²Ì¤òɽ¼¨ 
    72     function display($template) { 
     72    function display($template, $no_error = false) { 
    7373        global $GLOBAL_ERR; 
    7474        if(!defined('OUTPUT_ERR')) { 
  • temp/trunk/html/rss/index.php

    r1328 r3535  
    4343 
    4444//²èÌÌɽ¼¨ 
    45 $objView->display($objPage->tpl_mainpage); 
     45$objView->display($objPage->tpl_mainpage, true); 
    4646 
    4747//******************************************************************************************/ 
Note: See TracChangeset for help on using the changeset viewer.