drupal/modules/taxonomy
Dries Buytaert 742410aafd - Bugfix: prefix not prepended to sequences. Fixes bug #3639.
Make sure to write:

    db_next_id({table}_field);

  instead of:

    db_next_id(table_field);
2003-10-22 13:03:32 +00:00
..
taxonomy.module - Bugfix: prefix not prepended to sequences. Fixes bug #3639. 2003-10-22 13:03:32 +00:00