]> git.mxchange.org Git - mailer.git/blobdiff - view.php
TODOs.txt again updated, we need a hook here
[mailer.git] / view.php
index 9daf1e0599b237d666d860a6fa5aa6a7e541c447..d379f41dc87ae7a312ff3fd0f877d942157a1e1f 100644 (file)
--- a/view.php
+++ b/view.php
@@ -51,9 +51,6 @@ $GLOBALS['output_mode'] = -1;
 require("inc/config.php");
 
 if (((REQUEST_ISSET_GET(('user'))) || (REQUEST_ISSET_GET(('reseller')))) && (REQUEST_ISSET_GET(('banner')))) {
-       // Count banner view... we currently don't need the user's id but maybe
-       $VIEW = 1;
-
        // for later things... ;-)
        $result = SQL_QUERY_ESC("SELECT url FROM `{!_MYSQL_PREFIX!}_refbanner` WHERE id=%s LIMIT 1",
                array(bigintval(REQUEST_GET('banner'))), __FILE__, __LINE__);