]> git.mxchange.org Git - mailer.git/commitdiff
fixes
authorRoland Häder <roland@mxchange.org>
Sat, 2 Feb 2008 13:09:08 +0000 (13:09 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 2 Feb 2008 13:09:08 +0000 (13:09 +0000)
0.2.1/inc/functions.php
0.2.1/view.php

index 0afc09f1c17dbbdd167cb74f596c884bd5558b86..d675eca81b5abe6dba65c639bbfbf7f4d6f1f816 100644 (file)
@@ -2012,6 +2012,9 @@ function ADD_URL_DATA($URL)
                        $ADD .= $BIND."refid=".$CONFIG['def_refid'];
                }
 
+               // Is there already added data? Then change the binder
+               if (!empty($ADD)) $BIND = "&";
+
                // Add session ID
                if ((!empty($_GET['PHPSESSID'])) && (strpos($URL, "PHPSESSID=") == 0)) {
                        // Add session from URL
index f454e64d4dce5b73785cbfcb6bf38486e4f9d2d1..2f688f67c37856ef6e44cec0285b16b38c8ac048 100644 (file)
@@ -58,7 +58,7 @@ if (((!empty($_GET['user'])) || (!empty($_GET['reseller']))) && (!empty($_GET['b
                $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_refbanner SET counter=counter+1 WHERE id=%d LIMIT 1", array(bigintval($_GET['banner'])), __FILE__, __LINE__);
 
                $type = substr($url, -3);
-               header ("Content-Type: image/".$type);
+               @header ("Content-Type: image/".$type);
                LOAD_URL($url, false);
        } else {
                // Free memory