Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
BharathKumarRavichandran committed Jun 7, 2018
1 parent 00c93e3 commit a4d955c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion notes.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
$sql = "DELETE FROM $tablename WHERE NoteNumber = $noteNumber;";
$conn->query($sql);

}
}

}

Expand Down
1 change: 0 additions & 1 deletion tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@

}


}

?>
Expand Down

0 comments on commit a4d955c

Please sign in to comment.