]> git.llucax.com Git - z.facultad/75.43/tp1.git/blobdiff - src/faq.responderPregunta.php
Nueva función para validar (muy livianamente) una fecha.
[z.facultad/75.43/tp1.git] / src / faq.responderPregunta.php
index 064acb8be0c27ca4f6b4ab43179aeeae69c7c532..55962fadb249dd897bf0760663082642a03ff8b8 100644 (file)
@@ -1,34 +1,34 @@
-<?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.responderPregunta.php \r
-\r
-require_once 'lib/Pregunta.php';\r
-require_once 'lib/faq.functions.php';\r
-require_once 'lib/pagina.php';\r
-require_once 'lib/validacion.php';\r
-require_once 'lib/faq.forms.php';\r
-\r
-pagina_cabecera('Responder una Pregunta');\r
-\r
-// Si me llegó el form completo\r
-if (isset($_POST['Respuesta']))\r
-{\r
-    // Muestro el formulario y luego el mensaje del intento de formulacion de pregunta\r
-               faq_form_responder_pregunta($_POST['PreguntaId']);\r
-               //Todo: Falta que maneje el tema de usuario\r
-               echo Faq_IngresarRespuesta($_POST['PreguntaId'],"1",$_POST['Respuesta']); \r
-}\r
-else \r
-{\r
-               faq_form_responder_pregunta($_POST['PreguntaId']);\r
-}\r
-\r
-pagina_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar');\r
-\r
-?>\r
+<?php
+// vim: set binary noeol et sw=4 sts=4 :
+// Grupo 10
+//
+// Lucarella, Schein, Arena
+//
+// Creado: Jonathan Schein 01/05/2005
+//
+// $Id$
+
+require_once 'lib/pagina.php';
+require_once 'lib/Pregunta.php';
+require_once 'lib/faq.functions.php';
+require_once 'lib/validacion.php';
+require_once 'lib/faq.forms.php';
+
+pagina_cabecera('Responder una Pregunta');
+
+// Si me llegó el form completo
+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']); 
+}
+else 
+{
+               faq_form_responder_pregunta($_POST['PreguntaId']);
+}
+
+pagina_pie('Jonathan Schein', 'jonathanschein@fibertel.com.ar');
+
+?>
\ No newline at end of file