in reply to trouble modifying add_record subroutine
This assumes that the method param of object $q will return the values for status and shift. There are a couple of other things to considier. The programs that read the database will have to be modified to handle the extra fields. Also the database will have to be updated to add the extra fields to the existing records.@fields =("first","last","position","email", "telephone","presider","status","shift");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: trouble modifying add_record subroutine
by cal (Beadle) on Sep 10, 2002 at 18:31 UTC | |
by admiraln (Acolyte) on Sep 10, 2002 at 21:14 UTC |