git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3684
7612ce4b-ef26-0410-bec9-
ea0150e637f0
*/
if (!$SQSPELL_EREG("\n$sqspell_word\n", $words)){
$sqspell_symb=intval($tmparray[3])-1;
*/
if (!$SQSPELL_EREG("\n$sqspell_word\n", $words)){
$sqspell_symb=intval($tmparray[3])-1;
- if (!$misses[$sqspell_word]) {
+ if (!isset($misses[$sqspell_word])) {
$misses[$sqspell_word] = $right;
$missed_words[$errors] = $sqspell_word;
$errors++;
}
$misses[$sqspell_word] = $right;
$missed_words[$errors] = $sqspell_word;
$errors++;
}
- if ($locations[$sqspell_word]){
+ if (isset($locations[$sqspell_word])){
$locations[$sqspell_word] .= ', ';
$locations[$sqspell_word] .= ', ';
+ } else {
+ $locations[$sqspell_word] = '';
}
$locations[$sqspell_word] .= "$current_line:$sqspell_symb";
}
}
$locations[$sqspell_word] .= "$current_line:$sqspell_symb";
}
* language we're processing, prepend the output with the
* "header" message.
*/
* language we're processing, prepend the output with the
* "header" message.
*/
+ if (!isset($msg) || !$msg) {
$msg = $pre_msg;
}
$msg .= "<tr bgcolor=\"$color[0]\" align=\"center\"><th>"
$msg = $pre_msg;
}
$msg .= "<tr bgcolor=\"$color[0]\" align=\"center\"><th>"