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

editar incidencias

parent e0c04d5e
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -31,8 +31,12 @@ if ($res->num_rows > 0) {
                            if ($resVerEstAl->num_rows > 0) {
                                while ($rowVerEstAl = $resVerEstAl->fetch_assoc()){

                                    echo'<option value="'.$rowVerEstAl["idestadoAl"].'">'.$rowVerEstAl["estadoAl"].'</option>';
                                    if($rowVerEstAl["idestadoAl"]==$row["estadoAl_idestadoAl"]){
                                        echo'<option selected value="'.$rowVerEstAl["idestadoAl"].'">'.$rowVerEstAl["estadoAl"].'</option>';
                                    }else{

                                        echo'<option value="'.$rowVerEstAl["idestadoAl"].'">'.$rowVerEstAl["estadoAl"].'</option>';
                                    }
                                }
                            }
                            echo'