Initialize some vars to avoid warnings from PHP.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1052
7612ce4b-ef26-0410-bec9-
ea0150e637f0
session_start();
+ if (!isset($strings_php))
+ include("../functions/strings.php");
if (!isset($i18n_php))
include('../functions/i18n.php');
if (!isset($config_php))
session_start();
+ if (!isset($strings_php))
+ include("../functions/strings.php");
if (!isset($i18n_php))
include('../functions/i18n.php');
displayHtmlHeader();
+ // Initialize vars
+ if(!isset($query)) $query = "";
+ if(!isset($show)) $show = "";
+
// Choose correct colors for top and bottom frame
if($show == 'form') {
echo "<BODY BGCOLOR=\"$color[3]\" TEXT=\"$color[6]\" ";
htmlspecialchars($addrquery));
// List all backends to allow the user to choose where to search
+ if(!isset($backend)) $backend = "";
if($abook->numbackends > 1) {
printf("<STRONG>%s</STRONG> <SELECT NAME=backend>\n",
_("in"));