X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fimage.php;h=23d0a01dc1bc2c9387ab9234f3441a271daa5abf;hb=870ffc40786e9a810e9a8cd228ec5117e70cdaed;hp=2bf417c51176f9011c7ab093227a7612299e68d6;hpb=876fdb605dcb48b44b5c0a3a6f2f106c941e5c20;p=squirrelmail.git diff --git a/src/image.php b/src/image.php index 2bf417c5..23d0a01d 100644 --- a/src/image.php +++ b/src/image.php @@ -5,12 +5,15 @@ * * This file shows an attached image * - * @copyright © 1999-2007 The SquirrelMail Project Team + * @copyright © 1999-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ +/** This is the image page */ +define('PAGE_NAME', 'image'); + /** * Include the SquirrelMail initialization file. */ @@ -19,9 +22,7 @@ require('../include/init.php'); displayPageHeader($color); /* globals */ -if ( sqgetGlobalVar('passed_id', $temp, SQ_GET) ) { - $passed_id = (int) $temp; -} +sqgetGlobalVar('passed_id', $passed_id, SQ_GET, NULL, SQ_TYPE_BIGINT); sqgetGlobalVar('mailbox', $mailbox, SQ_GET); sqgetGlobalVar('ent_id', $ent_id, SQ_GET); sqgetGlobalVar('QUERY_STRING', $QUERY_STRING, SQ_SERVER);