Changeset 19655


Ignore:
Timestamp:
2010/11/07 10:27:10 (13 years ago)
Author:
kim
Message:

【開発合宿】 つねにADMIN_MODEが有効になっていたので修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_View.php

    r19517 r19655  
    139139        } 
    140140        $res =  $this->_smarty->fetch($template); 
    141         if(ADMIN_MODE == '1' || true) { 
     141        if(ADMIN_MODE == '1') { 
    142142            $time_end = SC_Utils_Ex::sfMicrotimeFloat(); 
    143143            $time = $time_end - $this->time_start; 
Note: See TracChangeset for help on using the changeset viewer.