git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7214
7612ce4b-ef26-0410-bec9-
ea0150e637f0
global $base_uri;
$urlMailbox = urlencode($mailbox);
- if (sqgetGlobalVar('QUERY_STRING', $query_string, SQ_SERVER)) {
- $query_string = $query_string;
- } else {
+ if (!sqgetGlobalVar('QUERY_STRING', $query_string, SQ_SERVER)) {
+ // FIX ME !. If this happens there is something else wrong. Falling
+ // back to '' won't help. We should raise an error instead.
$query_string = '';
}
$url = $base_uri.'src/view_header.php?'.$query_string;