No words in your personal dictionary.

"); } else { // We're loaded with booty. $pre_msg = "

Please check any words you wish to delete from your dictionary.

\n"; $pre_msg .= "\n"; $langs=sqspell_getSettings($words); for ($i=0; $i\n"; } } // Check if all dictionaries were empty. if (!$msg) $msg = "

No words in your dictionary.

"; else $msg .= "
$langs[$i] dictionary
\n"; $words_ary=explode("\n", $lang_words); array_pop($words_ary); array_shift($words_ary); // Do some fancy stuff to separate the words into three columns. for ($j=0; $j\n"; $msg .= " $words_ary[$j]
"; } $msg .= "

"; sqspell_makePage("Edit your Personal Dictionary", null, $msg); } ?>