\r
if (isset($_POST['txtNombre']) && isset($_FILES['txtIcono']) && isset($_POST['txtDescripcion'])) {\r
$__hidID = info_ingresar_tema( $__hidID, $_POST['txtNombre'], $_SESSION['user']->getId(), $_POST['txtDescripcion'], $_FILES['txtIcono']['tmp_name'] );\r
- info_form_ingresar_tema( $__hidID, $_POST['txtNombre'], $_FILES['txtIcono'], $_POST['txtDescripcion'] );\r
- } else {\r
- info_form_ingresar_tema( $__hidID, "", "", "" ); \r
}\r
+ info_form_ingresar_tema( -1, "", "", "" );\r
} else {\r
echo warn("No esta habilitado para dar de alta un tema, debe ser administrador del sistema");\r
}\r