March 23rd, 2005, 01:52 PM
|
#20 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,041
|
In your vb3.php file find this line
if ( $hasav ) {
to
if ( $hasav != "" ) {
Dont get me to explain why as the first one should pull it if its not null but making that line change works
|
| |