Changeset 142


Ignore:
Timestamp:
Jun 3, 2006 11:55:52 PM (18 years ago)
Author:
scdev
Message:

Q - small bugfix resulting from <strong> <em> conversion.

File:
1 edited

Legend:

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

    r141 r142  
    252252            if (!$this->getParam('allow_overwriting') && $this->exists($file_name)) {
    253253                $this->_raiseMsg(sprintf(_("The file %s failed uploading: a file with that name already exists."), $file_name), MSG_ERR, __FILE__, __LINE__);
    254                 $app->logMsg(sprintf('The uploaded file %s doesn't have a unique filename.', $file_name), LOG_WARNING, __FILE__, __LINE__);
     254                $app->logMsg(sprintf('The uploaded file %s does not have a unique filename.', $file_name), LOG_WARNING, __FILE__, __LINE__);
    255255                $this->errors[] = array('filename' => $file_name, 'errortype' => UPLOAD_USER_ERR_NOT_UNIQUE);
    256256                continue;
Note: See TracChangeset for help on using the changeset viewer.