View Issue Details

IDProjectCategoryView StatusLast Update
0007462mantisbtbugtrackerpublic2006-12-08 02:39
Reporterseiji Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
OSGentoo Linux 
Product Version1.1.0a1 
Fixed in Version1.1.0a2 
Summary0007462: bugnote_delete.php redirection fails again
Description

related to 0007298.

The change in html_api.php (Rev. 1.184.4.1.2.1.2.1.2.1) is not reflected in MAIN BRAMCH.

Additional Information

--- html_api.php 2006/02/03 03:56:33 1.184.4.1.2.1.2.1
+++ html_api.php 2006/07/22 19:56:20 1.184.4.1.2.1.2.1.2.1
@@ -6,7 +6,7 @@

See the README and LICENSE files for details

# --------------------------------------------------------
  • $Id: html_api.php,v 1.184.4.1.2.1.2.1 2006/02/03 03:56:33 thraxisp Exp $

  • $Id: html_api.php,v 1.184.4.1.2.1.2.1.2.1 2006/07/22 19:56:20 vboctor Exp $

    --------------------------------------------------------

    ###########################################################################
    @@ -225,7 +225,7 @@

    $p_time is the number of seconds to wait before redirecting.

    If we have handled any errors on this page and the 'stop_on_errors' config

    option is turned on, return false and don't redirect.

  • function html_meta_redirect( $p_url, $p_time=null ) {

  • function html_meta_redirect( $p_url, $p_time = null, $p_sanitize = false ) {
    if ( ON == config_get( 'stop_on_errors' ) && error_handled() ) {
    return false;
    }
    @@ -234,7 +234,11 @@
    $p_time = config_get( 'wait_time' );
    }

  • $t_url = string_sanitize_url( $p_url );

  • if ( $p_sanitize ) {

  • $t_url = string_sanitize_url( $p_url );

  • } else {

  • $t_url = $p_url;

  • }

    echo "\t<meta http-equiv=\"Refresh\" content=\"$p_time;URL=$t_url\" />\n";
TagsNo tags attached.

Activities

There are no notes attached to this issue.