1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Various small updates for contact form, linkwords URL length, download log readback

This commit is contained in:
e107steved
2008-01-11 22:13:43 +00:00
parent eea27e083d
commit 778d207f39
5 changed files with 51 additions and 16 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/contact.php,v $
| $Revision: 1.4 $
| $Date: 2007-09-09 07:05:06 $
| $Author: e107coders $
| $Revision: 1.5 $
| $Date: 2008-01-11 22:13:43 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
require_once("class2.php");
@@ -90,7 +90,7 @@ if(isset($_POST['send-contactus'])){
if(!$error)
{
$body .= "\n\nIP:\t".USERIP."\n";
if(USERID !== FALSE)
if (USER)
{
$body .= "User:\t#".USERID." ".USERNAME."\n";
}