X-Git-Url: https://git.llucax.com/z.facultad/75.43/tp1.git/blobdiff_plain/1aa330eadfa340b1132febc5db29cb6115743dd5..2c09a56170caeefdcbb4ef718beed669d2354c38:/src/lib/faq.forms.php
diff --git a/src/lib/faq.forms.php b/src/lib/faq.forms.php
index c018dba..b7e3de5 100644
--- a/src/lib/faq.forms.php
+++ b/src/lib/faq.forms.php
@@ -6,11 +6,12 @@
//
// Creado: Jonathan Schein 01/05/2005
//
-// $Id: faq.forms.php
+// $Id$
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)
@@ -73,4 +78,4 @@ function faq_form_desactivar_pregunta()
+?>
\ No newline at end of file