mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
Avoid spurious error messages
This commit is contained in:
parent
af0483c32b
commit
6d43286e71
@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_post.php,v $
|
||||
| $Revision: 1.9 $
|
||||
| $Date: 2007-07-17 19:53:33 $
|
||||
| $Revision: 1.10 $
|
||||
| $Date: 2007-07-18 19:50:45 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@ -654,11 +654,6 @@ function process_upload()
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
// Error in uploaded files
|
||||
echo "Problem with uploading files<br />";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user