Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 1923... Línea 1923...
1923
            foreach ($dbpredictions as $id => $dbprediction) {
1923
            foreach ($dbpredictions as $id => $dbprediction) {
1924
                // The append_rangeindex implementation is the same regardless of the time splitting method in use.
1924
                // The append_rangeindex implementation is the same regardless of the time splitting method in use.
1925
                $uniqueid = $this->get_time_splitting()->append_rangeindex($dbprediction->sampleid, $dbprediction->rangeindex);
1925
                $uniqueid = $this->get_time_splitting()->append_rangeindex($dbprediction->sampleid, $dbprediction->rangeindex);
1926
                $predictionrecords[$uniqueid]->id = $dbprediction->id;
1926
                $predictionrecords[$uniqueid]->id = $dbprediction->id;
1927
            }
1927
            }
-
 
1928
            $dbpredictions->close();
1928
        }
1929
        }
Línea 1929... Línea 1930...
1929
 
1930
 
1930
        return $predictionrecords;
1931
        return $predictionrecords;