MantisBT: master 9b43e690

Author Committer Branch Timestamp Parent
dregad dregad master 2011-11-21 04:39 master 6f5b3dfe
Affected Issues  0005228: Attaching multiple files in one go.
Changeset

Remove duplicate error code and message

There were two separate error constants defined, ERROR_DUPLICATE_FILE
and ERROR_FILE_DUPLICATE, corresponding to an error message string with
identical text.

This commit removes the redundant constant ERROR_DUPLICATE_FILE and the
corresponding error message.

Fixes 0005228

Conflicts:

lang/strings_english.txt
mod - core/constant_inc.php Diff File
mod - core/file_api.php Diff File
mod - lang/strings_english.txt Diff File