|
|
| <prev next> |
Choosing A Webhost: |
mantisbt/core checkin.php,1.4,1.4.12.1: msg#00062bug-tracking.mantis.cvs
Update of /cvsroot/mantisbt/mantisbt/core In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv16263/core Modified Files: Tag: BRANCH_1_0_0 checkin.php Log Message: Fixed #7143: Port: checkin.php needs array_unique(). Index: checkin.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/core/checkin.php,v retrieving revision 1.4 retrieving revision 1.4.12.1 diff -u -d -r1.4 -r1.4.12.1 --- checkin.php 15 Jun 2005 14:46:20 -0000 1.4 +++ checkin.php 28 May 2006 14:27:15 -0000 1.4.12.1 @@ -70,6 +70,10 @@ $t_history_old_value = ''; $t_history_new_value = ''; + # add note to each bug only once + $t_issues = array_unique( $t_issues ); + $t_fixed_issues = array_unique( $t_fixed_issues ); + # Call the custom function to register the checkin on each issue. foreach ( $t_issues as $t_issue_id ) { ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | mantisbt config_defaults_inc.php,1.283.2.1.2.1.2.1.2.2.2.4,1.283.2.1.2.1.2.1.2.2.2.5, Victor Boctor |
|---|---|
| Previous by Thread: | mantisbt config_defaults_inc.php,1.283.2.1.2.1.2.1.2.2.2.4,1.283.2.1.2.1.2.1.2.2.2.5, Victor Boctor |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
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 |