Skip to content

Commit

Permalink
fixed preoduct versions
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@109 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Dec 24, 2000
1 parent 6ccab5f commit e29cdf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Expand Up @@ -41,6 +41,9 @@ To Do:
* Renamed db_mysql_connect() to db_connect()
* Renamed db_mysql_query() to db_query()
* Added several db_ functions in preparation for database abstraction
* Fixed manage product versions update redirect
* Added $g_bugnote_order to allow custom bugnote ordering


12.20.2000 - 0.12.0

Expand Down
4 changes: 2 additions & 2 deletions manage_product_versions_update.php3
Expand Up @@ -29,7 +29,7 @@
<? print_css( $g_css_include_file ) ?>
<?
if ( $result ) {
print_meta_redirect( $g_manage_category_page, $g_wait_time );
print_meta_redirect( $g_manage_product_versions_page, $g_wait_time );
}
?>
<? include( $g_meta_include_file ) ?>
Expand All @@ -52,7 +52,7 @@
}
?>
<p>
<a href="<? echo $g_manage_category_page ?>"><? echo $s_proceed ?></a>
<a href="<? echo $g_manage_product_versions_page ?>"><? echo $s_proceed ?></a>
</div>

<? print_footer(__FILE__) ?>
Expand Down

0 comments on commit e29cdf8

Please sign in to comment.