I corrected it by moving the following lines of chronocontact.php:
- Code: Select all
/**
* Redirect the page if requested
*/
if ( !empty($rows[0]->redirecturl) ) {
$mainframe->redirect($rows[0]->redirecturl);
}
out of the for($ixx = 1 ; $ixx <= 3; $ixx++){[..]} statement.
