Gossamer Forum
Quote Reply
Found bug in editor.pm
I knew something was off with the primary keys and I finally figured out what. When you drop a primary key, it does not save it in the config file.

This needs to be added to sub drop_pk around line 482.

Code:
$self->{table}->save_state;

Hope this helps,

- Jonathan
Quote Reply
Re: [jdgamble] Found bug in editor.pm In reply to
Wow another bug. How many bugs does this script have? I reported a problem or bug several months ago but it was ignored, I guess the bug was not big enough.

http://www.gossamer-threads.com/...?post=295123;#295123

Last edited by:

rascal: Jul 21, 2007, 10:14 PM