|
|
Choosing A Webhost: |
mantisbt/core news_api.php,1.19,1.20: msg#00034bug-tracking.mantis.cvs
Update of /cvsroot/mantisbt/mantisbt/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17037/core Modified Files: news_api.php Log Message: Fixed news error handling when a mandatory field is not supplied. An error message used to be prompted without specifying the name of the missing field. Index: news_api.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/core/news_api.php,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- news_api.php 13 Feb 2005 21:36:38 -0000 1.19 +++ news_api.php 21 Mar 2005 11:57:55 -0000 1.20 @@ -25,7 +25,13 @@ $c_headline = db_prepare_string( $p_headline ); $c_body = db_prepare_string( $p_body ); - if ( is_blank( $c_headline ) || is_blank( $c_body ) ) { + if ( is_blank( $c_headline ) ) { + error_parameters( lang_get( 'headline' ) ); + trigger_error( ERROR_EMPTY_FIELD, ERROR ); + } + + if ( is_blank( $c_body ) ) { + error_parameters( lang_get( 'body' ) ); trigger_error( ERROR_EMPTY_FIELD, ERROR ); } ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |