Ignore:
Timestamp:
Jan 4, 2006 11:49:08 PM (18 years ago)
Author:
scdev
Message:

${1}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Upload.inc.php

    r48 r49  
    328328            $file_path_name = '';
    329329
    330             if ('' == trim($files['tmp_name'][$i])) {
     330            if ('' == trim($files['name'][$i])) {
    331331                // User may not have attached a file.
    332332                continue;
Note: See TracChangeset for help on using the changeset viewer.