1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Avoid spurious error messages

This commit is contained in:
e107steved 2007-07-18 19:50:56 +00:00
parent af0483c32b
commit 6d43286e71

View File

@ -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 />";
}
}
}