replaced "foo" with 'foo' while doing other
[squirrelmail.git] / src / addrbook_search.php
index cb2767efb706a817aab4919aea6ab6ccf7add4da..cda2f1bc9cb0887ee50c96f7fed2b8321c0a4785 100644 (file)
@@ -128,6 +128,8 @@ function bcc_address($addr) {
 
    session_start();
    
+   if (!isset($strings_php))
+      include("../functions/strings.php");
    if (!isset($i18n_php))
       include('../functions/i18n.php');
 
@@ -160,6 +162,10 @@ function bcc_address($addr) {
 
    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]\" ";