diff --git a/phpgwapi/inc/class.sbox.inc.php b/phpgwapi/inc/class.sbox.inc.php index ead9604a6a..de2818f167 100644 --- a/phpgwapi/inc/class.sbox.inc.php +++ b/phpgwapi/inc/class.sbox.inc.php @@ -42,7 +42,6 @@ ); var $country_array = array( - ' '=>'Select One', 'AF'=>'AFGHANISTAN', 'AL'=>'ALBANIA', 'DZ'=>'ALGERIA', @@ -582,7 +581,8 @@ { $name = 'country'; } - $str = ''."\n" + . ' '."\n"; reset($this->country_array); while(list($key,$value) = each($this->country_array)) {