Merge remote branch 'upstream/master'

This commit is contained in:
Marco Antonio Nina
2014-10-21 15:53:00 -04:00
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
$browserSupported = G::checkBrowserCompatibility();
if ($browserSupported==false){
if(!isset($_SESSION['G_MESSAGE']) || $_SESSION['G_MESSAGE'] == ""){
G::SendTemporalMessage ('ID_BROWSER_NOT_SUPPORTED', 'warning');
G::SendTemporalMessage ('ID_CURRENT_BROWSER_NOT_SUPPORTED', 'warning');
}
}

View File

@@ -26,7 +26,7 @@
$browserSupported = G::checkBrowserCompatibility();
if ($browserSupported==false){
if(!isset($_SESSION['G_MESSAGE']) || $_SESSION['G_MESSAGE'] == ""){
G::SendTemporalMessage ('ID_BROWSER_NOT_SUPPORTED', 'warning');
G::SendTemporalMessage ('ID_CURRENT_BROWSER_NOT_SUPPORTED', 'warning');
}
}