Skip to content
Commit 742410aa authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- 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);
parent 90e5e355
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment