July 28th, 2005, 09:55 PM
|
#4 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
In bulkupload line 67
if ( $User['nopost'] == 1 || $User['uploads'] == 0 ) {
change to this
if ( $User['uploads'] == 0 ) {
Basically user nopost is always 1 for unregistered
|
| |