Here is a patch which ports the module to drupal7.

CommentFileSizeAuthor
profile_csv-7.x.patch5.73 KBdawehner

Comments

damienmckenna’s picture

Thanks for working on this. It might be worthwhile to rewrite all of the queries to use the new DBTNG syntax rather than using db_query.

dawehner’s picture

Do you know whether it's recommended to port the easy queries to dbtng?

damienmckenna’s picture

I'd look at it from this perspective: if you were to write the module from scratch for D7, would you use db_query for those or write them all using DBTNG?

damienmckenna’s picture

Issue tags: +D7CX
kenorb’s picture