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?
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
Comment #1
morbus iffNearly 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.
Comment #2
morbus iffNo more mysql_ in HEAD.
Comment #3
morbus iff