Initialize the array selopts.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9432
7612ce4b-ef26-0410-bec9-
ea0150e637f0
/* List all backends to allow the user to choose where to search */
if ($abook->numbackends > 1) {
- echo '<strong>' . _("in") . '</strong> '."\n".
- $selopts['-1'] = _("All address books");
+ echo '<strong>' . _("in") . '</strong> '."\n";
+ $selopts = array();
+ $selopts['-1'] = _("All address books");
$ret = $abook->get_backend_list();
while (list($undef,$v) = each($ret)) {
}
?>
-</body></html>
\ No newline at end of file
+</body></html>