Changeset 1423

Show
Ignore:
Timestamp:
12/07/07 23:01:07 (9 months ago)
Author:
rho
Message:

fixed issue uploading file without checking the checkbox.

This doesn't allow to script to do header redirect because
it's already output text

Signed-off: Rolando Espinoza La fuente <rho@prosoftpeople.com>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/0.9/lib/uploadlib.php

    r1347 r1423  
    230230            $this->status = false; 
    231231            if ((empty($this->config->allownull) && !empty($this->inputname)) || (empty($this->inputname) && empty($this->config->allownullmultiple))) { 
    232                 notify(__gettext('No file was found - are you sure you selected one to upload?')); 
     232                //notify(__gettext('No file was found - are you sure you selected one to upload?')); 
    233233            } 
    234234            return false;