diff closedeal.php3

67,69c67,68
< $selectStmt = "select * from $booktable where book_id = '$key'";
< $deleteStmt = "delete  from $booktable where book_id = '$key'";
< 
---
> $selectStmt = "select * from $autotable where auto_id = '$key'";
> $deleteStmt = "delete  from $autotable where auto_id = '$key'";

diff deleteconfirm

23c23
< $deleteStmt = "delete from $booktable where book_id = '$key' and  user_id =
---
> $deleteStmt = "delete from $autotable where auto_id = '$key' and  user_id =
41c41
< require(sprintf("http://$servername/src/Floors/Books/search.php3?username=%s&sess_id=%s",$username,$sess_id));
---
> require(sprintf("http://$servername/src/Floors/Automobiles/search.php3?username=%s&sess_id=%s",$username,$sess_id));
46c46
< require(sprintf("http://$servername/src/Floors/Books/search.php3?username=%s&sess_id=%s",$username,$sess_id));
---
> require(sprintf("http://$servername/src/Floors/Automobiles/search.php3?username=%s&sess_id=%s",$username,$sess_id));


