Ignore:
Timestamp:
2012/12/15 16:12:57 (11 years ago)
Author:
Seasoft
Message:

#1984 (SQL文上の「00:00:00」がプリペアドステートメントの変数と見做されるケースが存在する)

  • 応急処置
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/util/SC_Utils.php

    r22052 r22136  
    972972 
    973973        // 日付の作成 
    974         $start_date = sprintf('%d/%d/%d 00:00:00', $start_year, $start_month, $start_day); 
     974        $start_date = sprintf('%d/%d/%d', $start_year, $start_month, $start_day); 
    975975        $end_date = sprintf('%d/%d/%d 23:59:59', $end_year, $end_month, $end_day); 
    976976 
Note: See TracChangeset for help on using the changeset viewer.