the script enters the value "default" in the data field by itself. No mater what value is entered or field_type. Usually around position 10.
Jun 19, 2000, 10:23 AM
Veteran / Moderator (8669 posts)
Jun 19, 2000, 10:23 AM
Post #2 of 3
Views: 2850
It is field 9 where it is being entered. It is because you have not changed the line
$auth_user_field = 9;
in your .cfg file.
If you are allowing default users to add records, set it to
$auth_user_field = -1;
JPD
http://www.jpdeni.com/dbman/
$auth_user_field = 9;
in your .cfg file.
If you are allowing default users to add records, set it to
$auth_user_field = -1;
JPD
http://www.jpdeni.com/dbman/