April 14th, 2005, 12:27 PM
|
#6 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,698
|
Just rename Guests to Users when you run the insert
// If none, default to Users
if ($ubbgroups[0] == "") {
$ubbgroups = array( 100 );
}
|
| |