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}');
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | sections_1.patch | 255 bytes | rbaarsma |
| sections.module | 10.74 KB | rbaarsma |
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}');
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | sections_1.patch | 255 bytes | rbaarsma |
| sections.module | 10.74 KB | rbaarsma |
Comments
Comment #1
Bèr Kessels commentedplease do not post a whole module, but make a patch. http://drupal.org/diffandpatch
Comment #2
rbaarsma commentedI'm sorry, didn't know.
Here's a .patch file i made
hope you can use it this way.
Comment #3
Bèr Kessels commentedFixed 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.
Comment #4
rbaarsma commentedOk, thanks for the advice, Im closing this bug now