]> git.llucax.com Git - z.facultad/75.43/tp1.git/blobdiff - src/faq.responderPregunta.php
Se agregan algunos datos más de cómo se calculan los créditos.
[z.facultad/75.43/tp1.git] / src / faq.responderPregunta.php
index aeef924e7f1a1b26b92bb1346b609bc743c2ba07..eec60cc1de4754d637404e2be4958b9939883527 100644 (file)
@@ -8,9 +8,9 @@
 //
 // $Id$
 
 //
 // $Id$
 
+require_once 'lib/pagina.php';
 require_once 'lib/Pregunta.php';
 require_once 'lib/faq.functions.php';
 require_once 'lib/Pregunta.php';
 require_once 'lib/faq.functions.php';
-require_once 'lib/pagina.php';
 require_once 'lib/validacion.php';
 require_once 'lib/faq.forms.php';
 
 require_once 'lib/validacion.php';
 require_once 'lib/faq.forms.php';
 
@@ -20,15 +20,14 @@ marco_cabecera('Responder una Pregunta');
 if (isset($_POST['Respuesta']))
 {
     // Muestro el formulario y luego el mensaje del intento de formulacion de pregunta
 if (isset($_POST['Respuesta']))
 {
     // Muestro el formulario y luego el mensaje del intento de formulacion de pregunta
-               faq_form_responder_pregunta($_POST['PreguntaId']);
-               //Todo: Falta que maneje el tema de usuario
-               echo Faq_IngresarRespuesta($_POST['PreguntaId'],"1",$_POST['Respuesta']); 
+               //faq_form_responder_pregunta($_POST['PreguntaId']);
+               echo Faq_IngresarRespuesta($_POST['PreguntaId'],$_SESSION['user']->GetId(),$_POST['Respuesta']); 
 }
 else 
 {
                faq_form_responder_pregunta($_POST['PreguntaId']);
 }
 
 }
 else 
 {
                faq_form_responder_pregunta($_POST['PreguntaId']);
 }
 
-marco_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar');
+marco_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar', 'img/j.jpg');
 
 ?>
\ No newline at end of file
 
 ?>
\ No newline at end of file