プロジェクト

全般

プロフィール

patch.diff

Shogo Kawahara, 2010-03-02 16:50

ダウンロード (555 Bytes)

差分を表示:

lib/model/doctrine/PluginAshiatoTable.class.php (作業コピー)
36 36
      ->where('member_id_to = ?', $memberId)
37 37
      ->whereIn('r_date', $day_list)
38 38
      ->groupBy('member_id_from')
39
      ->groupBy('r_date')
39
      ->addGroupBy('r_date')
40 40
      ->orderBy('updated_at DESC');
41 41

  
42 42
    $pager = new sfDoctrinePager('Ashiato', $size);