Gossamer Forum
Home : Products : DBMan : Customization :

Re: Upload graphic file and validation mods

Quote Reply
Re: Upload graphic file and validation mods In reply to
I believe it would work to use:

In your db.cgi file:

In sub modify_record {
# --------------------------------------------------------
# This routine does the actual modification of a record.

my ($status, $line, @lines, @data, $output, $found, $restricted);

### (!$per_admin) and ($in{'Validated'} = "No"); ### validation - use only to re-validate after records are modified ####

Uncomment the line above. I think this is taken directly out of the validation mod if I'm not mistaken.


Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/
Subject Author Views Date
Thread Upload graphic file and validation mods vianney 1559 Jul 4, 2000, 3:11 PM
Post Re: Upload graphic file and validation mods
LoisC 1504 Jul 4, 2000, 10:28 PM
Thread Re: Upload graphic file and validation mods
vianney 1501 Jul 4, 2000, 11:44 PM
Thread Re: Upload graphic file and validation mods
JPDeni 1490 Jul 5, 2000, 10:15 AM
Post Re: Upload graphic file and validation mods
vianney 1489 Jul 5, 2000, 7:30 PM