Changeset 15710


Ignore:
Timestamp:
2007/09/14 16:59:53 (17 years ago)
Author:
nanasess
Message:

php_ini.inc を削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/SC_View.php

    r15697 r15710  
    88$SC_VIEW_PHP_DIR = realpath(dirname(__FILE__)); 
    99require_once($SC_VIEW_PHP_DIR . "/../module/Smarty/libs/Smarty.class.php"); 
    10 require_once($SC_VIEW_PHP_DIR . "/../include/php_ini.inc"); 
    1110//require_once(CLASS_PATH . "util_extends/SC_Utils_Ex.php"); 
    1211 
     
    4948        $this->_smarty->register_function("sfSetErrorStyle", array("SC_Utils_Ex", "sfSetErrorStyle")); 
    5049        $this->_smarty->register_function("printXMLDeclaration", array("SC_Utils_Ex", "printXMLDeclaration")); 
    51         $this->_smarty->default_modifiers = array('script_escape', "escape"); 
     50        $this->_smarty->default_modifiers = array('script_escape'); 
    5251 
    5352        if(ADMIN_MODE == '1') { 
Note: See TracChangeset for help on using the changeset viewer.