]> git.llucax.com Git - z.facultad/75.43/tp1.git/blobdiff - src/faq.responderPregunta.php
Se hace que se recupere la sesiĆ³n.
[z.facultad/75.43/tp1.git] / src / faq.responderPregunta.php
index e27b163e45168c453b1e390dc409d659cabaf449..b3b2acdd3e7f74a617078b2c3a276182cbdb489f 100644 (file)
@@ -6,11 +6,11 @@
 //
 // Creado: Jonathan Schein 01/05/2005
 //
-// $Id: faq.responderPregunta.php 
+// $Id$
 
+require_once 'lib/pagina.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';
 
@@ -20,9 +20,8 @@ pagina_cabecera('Responder una 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 
 {
@@ -31,4 +30,4 @@ else
 
 pagina_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar');
 
-?>
+?>
\ No newline at end of file