I don't like it much, but at least it matches the $passed_ent_id check which is just above it. It even seems to work!
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4321
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$passed_ent_id = $_GET['passed_ent_id'];
}
$passed_id = $_GET['passed_id'];
-$ent_id = $_GET['ent_id'];
+if (isset($_GET['ent_id'])) {
+ $ent_id = $_GET['ent_id'];
+} else {
+ $ent_id = '';
+}
+
$username = $_SESSION['username'];
$key = $_COOKIE['key'];
$delimiter = $_SESSION['delimiter'];