Bugfix variable

This commit is contained in:
Steven Mondji-Lerider 2012-09-19 14:47:34 +00:00
parent ae46be8141
commit ba9064f4c0
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ if (($wr=variable_get("webmail_redirect")) && isset($res[$wr]) && $res[$wr]) {
} else { } else {
foreach($res as $r) if ($r!==false) { $url=$r; break; } foreach($res as $r) if ($r!==false) { $url=$r; break; }
} }
if ($url) { if (isset($url) && $url) {
?> ?>
<p><a href="<?php echo $url; ?>"><?php __("To read your mail in a browser, click here to use the Squirrelmail Webmail"); ?></a></p> <p><a href="<?php echo $url; ?>"><?php __("To read your mail in a browser, click here to use the Squirrelmail Webmail"); ?></a></p>
<?php <?php