Bug(バグ) #1379 » opAshiatoPlugin-1379.patch
lib/model/doctrine/PluginAshiatoTable.class.php (作業コピー) | ||
---|---|---|
foreach ($q->execute() as $day)
|
||
{
|
||
$day_list[] = $day[0];
|
||
$day_list[] = $day->r_date;
|
||
}
|
||
$q = $this->createQuery()
|