Easy to fix, but I can't commit it for you.

line 141: $edit['sid'] = db_next_id('sections_id');
should be: $edit['sid'] = db_next_id('{sections_id}');

CommentFileSizeAuthor
#2 sections_1.patch255 bytesrbaarsma
sections.module10.74 KBrbaarsma

Comments

Bèr Kessels’s picture

please do not post a whole module, but make a patch. http://drupal.org/diffandpatch

rbaarsma’s picture

StatusFileSize
new255 bytes

I'm sorry, didn't know.

Here's a .patch file i made

hope you can use it this way.

Bèr Kessels’s picture

Status: Needs work » Fixed

Fixed in HEAD, thanks a lot.

Just a word of notice, please try to use unified patches, if ever you malke one for Drupal again. htp://drupal.org/diffandpatch tells all about that.

rbaarsma’s picture

Status: Fixed » Closed (fixed)

Ok, thanks for the advice, Im closing this bug now