X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/blobdiff_plain/67a8494965128063251f7084fee7d8076d5f19e4..6bffb1f7fafe8a517e16306de7e806912dcd6828:/src/lib/faq.forms.php
diff --git a/src/lib/faq.forms.php b/src/lib/faq.forms.php
index 0784dcb..b7e3de5 100644
--- a/src/lib/faq.forms.php
+++ b/src/lib/faq.forms.php
@@ -11,6 +11,7 @@
require_once('Pregunta.php');
require_once('faq.functions.php');
+// Este formulario da de alta una pregunta en el sistema
function faq_form_ingresar_pregunta()
{
?>
@@ -25,12 +26,13 @@ function faq_form_ingresar_pregunta()
}
-->
-
-
+
@@ -51,6 +53,9 @@ function faq_form_responder_pregunta($PreguntaId)