Commit aa291106 authored by Axel Tomas Baltierra Hernandez's avatar Axel Tomas Baltierra Hernandez
Browse files

error de registro solucionado

parent 877e6185
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ if (isset($_POST['mandar'])) {
                            $res = $con->query($sql1);
                            if ($res->num_rows > 0) {
                                while ($row = $res->fetch_assoc()) {
                                    $IdUs = ($row["idusuarios"]) + 1;
                                    $IdUs = ($row["idsolicitante"]) + 1;
                                }
                            } else {
                                $IdUs = 1;