Mercurial > defr > drupal > core
diff modules/profile/profile.module @ 19:3edae6ecd6c6 6.9
Drupal 6.9
author | Franck Deroche <franck@defr.org> |
---|---|
date | Thu, 15 Jan 2009 10:15:56 +0100 |
parents | fff6d4c8c043 |
children |
line wrap: on
line diff
--- a/modules/profile/profile.module Tue Dec 23 14:32:55 2008 +0100 +++ b/modules/profile/profile.module Thu Jan 15 10:15:56 2009 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: profile.module,v 1.236.2.2 2008/04/28 09:13:46 dries Exp $ +// $Id: profile.module,v 1.236.2.3 2009/01/12 10:09:19 goba Exp $ /** * @file @@ -393,7 +393,7 @@ break; case 'selection': $options = $field->required ? array() : array('--'); - $lines = split("[,\n\r]", $field->options); + $lines = split("[\n\r]", $field->options); foreach ($lines as $line) { if ($line = trim($line)) { $options[$line] = $line;