X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view.php;h=d9cc6acfa642fb71d752e8ddd4356227abf06c96;hb=7ad2ef795f84a70e0afaccb2d12afb8c90df28e5;hp=9a7e2f7524f3509fb0cdd93c6f1c1a019300a80e;hpb=0366eb054abf51874a4272fc9b89673af1fb793b;p=mailer.git diff --git a/view.php b/view.php index 9a7e2f7524..d9cc6acfa6 100644 --- a/view.php +++ b/view.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -41,12 +42,12 @@ require('inc/libs/security_functions.php'); // Set module $GLOBALS['module'] = 'view'; -$GLOBALS['output_mode'] = -3; +$GLOBALS['output_mode'] = -1; // Load the required file(s) require('inc/config-global.php'); -if (((isGetRequestParameterSet('user')) || (isGetRequestParameterSet('reseller'))) && (isGetRequestParameterSet('banner'))) { +if ((isGetRequestParameterSet('user')) && (isGetRequestParameterSet('banner'))) { // For later things... ;-) $result = SQL_QUERY_ESC("SELECT `url` FROM `{?_MYSQL_PREFIX?}_refbanner` WHERE `id`=%s LIMIT 1", array(bigintval(getRequestParameter('banner'))), __FILE__, __LINE__);