PHP version doesn't have get last oid function anymore
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 28 Nov 2016 20:34:30 +0000 (15:34 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 28 Nov 2016 20:34:30 +0000 (15:34 -0500)
commit46a96edd416f3e41558444709870190ba467b6de
treedbd5241271524e6400f43b27f00759f89750da8d
parent4ce34ef232699f8cdadfb58dafdfeb3169a4468d
PHP version doesn't have get last oid function anymore

Need to replace these with this better way of getting the last id from
an insert statement. Using the postgres RETURNING id to get it.
admin/packages/orderForm.php
classes/class_order_form.inc