Skip to content

Commit

Permalink
refactoriza
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhfabian committed Dec 10, 2019
1 parent c4993bf commit 1be336e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

if (isset($_GET['id'])) {
$id = $_GET['id'];
var_dump("entra get");

$editTask = $conexion->prepare("SELECT * FROM task WHERE id = $id LIMIT 1");
$editTask->execute();
Expand Down

0 comments on commit 1be336e

Please sign in to comment.