Ignore:
Timestamp:
2010/12/31 23:23:49 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある) 一部実装

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_Query.php

    r19803 r19805  
    838838                trigger_error($this->traceError($sth, $sql), E_USER_ERROR); 
    839839            } else { 
    840                 error_log($this->traceError($sth, $sql), 3, LOG_FILE); 
     840                error_log($this->traceError($sth, $sql), 3, LOG_REALFILE); 
    841841            } 
    842842        } 
     
    872872                trigger_error($this->traceError($affected, $sql), E_USER_ERROR); 
    873873            } else { 
    874                 error_log($this->traceError($affected, $sql), 3, LOG_FILE); 
     874                error_log($this->traceError($affected, $sql), 3, LOG_REALFILE); 
    875875            } 
    876876        } 
Note: See TracChangeset for help on using the changeset viewer.