Code Comments
Programming Forum and web based access to our favorite programming groups.wez Mon Dec 27 10:42:11 2004 EDT Modified files: /php-news-web article.php Log: Ensure this is an int http://cvs.php.net/diff.php/php-new...27&r2=1.28&ty=u Index: php-news-web/article.php diff -u php-news-web/article.php:1.27 php-news-web/article.php:1.28 --- php-news-web/article.php:1.27 Wed Dec 22 17:39:19 2004 +++ php-news-web/article.php Mon Dec 27 10:42:10 2004 @@ -1,6 +1,7 @@ <?php // vim:sw=2:ts=2:et +$article = (int)$article; if (!$article) die("no article specified"); require 'common.inc';
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.