Ignore:
Timestamp:
2010/12/31 14:43:16 (16 years ago)
Author:
Seasoft
Message:

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

  • 一斉置換前の現状記録のためのコミット

#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

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

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