--- /dev/null
+<?php\r
+// vim: set binary noeol et sw=4 sts=4 :\r
+// Grupo 10\r
+//\r
+// Lucarella, Schein, Arena\r
+//\r
+// Creado: Jonathan Schein 01/05/2005\r
+//\r
+// $Id: faq.calificarRespuesta.php 76 2005-05-05 01:31:17Z jschein $\r
+\r
+require_once 'lib/pagina.php';\r
+require_once 'lib/Pregunta.php';\r
+require_once 'lib/faq.functions.php';\r
+require_once 'lib/validacion.php';\r
+require_once 'lib/faq.forms.php';\r
+\r
+marco_cabecera('Calificar una respuesta');\r
+\r
+// Si me llegó el form completo\r
+if (isset($_POST['CalificacionRespuesta']))\r
+{\r
+ // Muestro el formulario y luego el mensaje del intento de formulacion de pregunta\r
+ echo Faq_CalificarRespuesta($_POST['RespuestaId'],$_POST['CalificacionRespuesta'], $_SESSION['user']->getId()); \r
+}\r
+else \r
+{\r
+ faq_form_calificar_respuesta($_POST['RespuestaId']);\r
+}\r
+\r
+marco_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar', 'img/j.jpg');\r
+\r
+?>
\ No newline at end of file