[PHP] refuses to complete all queries

2009-12-09 Thread Allen McCabe
I have a PURGE ORDERS link that calculates which orders are made up entirely of expired shows and deletes them. Well, that's idea anyhow. The procedure does 3 things: 1. Gets the order_id of all orders that contain all expired shows 2. Deallocates the quantity of the seats on each show from the

Re: [PHP] refuses to complete all queries

2009-12-09 Thread Bastien Koert
On Wed, Dec 9, 2009 at 7:18 PM, Allen McCabe allenmcc...@gmail.com wrote: I have a PURGE ORDERS link that calculates which orders are made up entirely of expired shows and deletes them. Well, that's idea anyhow. The procedure does 3 things: 1. Gets the order_id of all orders that contain all