[pLog-svn] config table

Jon Daley plogworld at jon.limedaley.com
Sat Apr 29 17:00:12 GMT 2006


 	Something is broken in 1.1 somewhere, that causes duplicate 
entries.  I would like to remove the id, since it isn't needed for regular 
code, and I think even the wizard doesn't use it any more.
 	I was thinking of modifying updatesteptwo, and adding to the check 
where it says

if(result count == 0){
  // existing code
}
// add this part:
else if(result count > 1){
   // save first entry and throw away the rest
}

//add this:
   alter table drop column id, etc.



Does that sound reasonable, and is the correct place to do it right in 
wizard.php, I vaguely recall someone saying something about being able to 
add rules/plugins to the wizard somewhere else?


More information about the pLog-svn mailing list