BACKPORT.txt 239 B

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