X-Git-Url: https://git.llucax.com/software/sercom-old.git/blobdiff_plain/25b001b7b9da1f14fffad31e137b5fda61a671ed..5174fa9bd71e4f671d9788707e106296638a3c63:/src/T/Intento.php diff --git a/src/T/Intento.php b/src/T/Intento.php index f2716a5..6a09a07 100644 --- a/src/T/Intento.php +++ b/src/T/Intento.php @@ -84,14 +84,6 @@ EOT; $date = date('Y-m-d H:i:s', $this->llegada); $entrega = DB_DataObject::factory('entrega'); $entrega->getFrom($inscripto->curso_id, $this->ejercicio, $this->entrega); -var_dump($this); -var_dump($inscripto->id); -var_dump($inscripto->curso_id); -var_dump($entrega->id); -# 2005-01-06, 2005-02-26 20:00:00, 2005-02-03 19:48:15 -var_dump($entrega->desde, $entrega->hasta, $date); -var_dump($entrega->desde <= $date); -var_dump($entrega->hasta >= $date); if (!($entrega->desde <= $date and $entrega->hasta >= $date)) return 'El ejercicio está siendo entregado fuera de fecha'; $intento = DB_DataObject::factory('intento'); $intento->id_entrega = $entrega->id;