Files
materio-base-legacy/sites/all/modules/contrib/migrate/migrate/BACKPORT.txt
2015-04-19 16:46:59 +02:00

6 lines
239 B
Plaintext

Conventions to make porting changes between Drupal 6 and Drupal 7 easier:
Try to always use specific DBTNG functions such as db_select() instead of the
more general db_query(), which needs to be renamed to dbtng_query() under
Drupal 6.