I notice two mysql_fetch_array function call, shouldn't this be db_fetch_array.
Also there is a mysql_insert_id call, instead of db_next_id. I wonder if is this intended?

Comments

morbus iff’s picture

Nearly every line of code in the current 4.7 release has been changed in HEAD (which should be released back to 4.7 in a few weeks). With that said, there is one final mysql_* in HEAD, which will be removed before such a release happens.

morbus iff’s picture

Status: Active » Fixed

No more mysql_ in HEAD.

morbus iff’s picture

Status: Fixed » Closed (fixed)